This revision was automatically updated to reflect the committed changes.
Closed by commit rL373916: [libTooling] Add `toString` method to the Stencil
class (authored by ymandel, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
http
ymandel added a comment.
The tests broke the build on some platforms because of the use of raw strings
in macros. Fixing now...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68574/new/
https://reviews.llvm.org/D68574
___
ymandel updated this revision to Diff 223619.
ymandel added a comment.
fix comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68574/new/
https://reviews.llvm.org/D68574
Files:
clang/include/clang/Tooling/Refactoring/Stencil.h
clang/lib/Tool
gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/include/clang/Tooling/Refactoring/Stencil.h:54
+ /// Constructs a string representation of the StencilPart. StencilParts
+ /// generated by the
ymandel updated this revision to Diff 223573.
ymandel added a comment.
comment tweaks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68574/new/
https://reviews.llvm.org/D68574
Files:
clang/include/clang/Tooling/Refactoring/Stencil.h
clang/lib/T
ymandel updated this revision to Diff 223566.
ymandel added a comment.
clang-format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68574/new/
https://reviews.llvm.org/D68574
Files:
clang/include/clang/Tooling/Refactoring/Stencil.h
clang/lib/Too
ymandel created this revision.
ymandel added a reviewer: gribozavr.
Herald added a project: clang.
`toString` generates a string representation of the stencil.
Patch by Harshal T. Lehri.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68574
Files:
clang/include/clang/Tooling