[PATCH] D85733: [libTooling] Cleanup and reorder `RewriteRule.h`.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 09:18:09 PDT 2020


gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/include/clang/Tooling/Transformer/RewriteRule.h:147
 
+// Every rewrite rules is triggered by a match against some AST node.
+// Transformer guarantees that this ID is bound to the triggering node whenever
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85733/new/

https://reviews.llvm.org/D85733



More information about the cfe-commits mailing list