This revision was automatically updated to reflect the committed changes.
Closed by commit rL364917: [LibTooling] Extend `RewriteRule` with support for
adding includes. (authored by ymandel, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to co
gribozavr accepted this revision.
gribozavr added a comment.
LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63892/new/
https://reviews.llvm.org/D63892
___
cfe-commits mailing list
cfe-comm
ymandel updated this revision to Diff 207082.
ymandel added a comment.
Responded to comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63892/new/
https://reviews.llvm.org/D63892
Files:
clang/include/clang/Tooling/Refactoring/Transformer.h
ymandel updated this revision to Diff 207083.
ymandel marked 2 inline comments as done.
ymandel added a comment.
comments tweak.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63892/new/
https://reviews.llvm.org/D63892
Files:
clang/include/clang/
gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/include/clang/Tooling/Refactoring/Transformer.h:123
TextGenerator Explanation;
+// Include paths that to add to the file affected by this
ymandel created this revision.
ymandel added reviewers: ilya-biryukov, gribozavr.
Herald added a project: clang.
This revision allows users to specify the insertion of an included directive (at
the top of the file being rewritten) as part of a rewrite rule. These
directives are bundled with `Rewr