Files
clang-p2996/clang/lib/Tooling/Transformer/RewriteRule.cpp
Yitzhak Mandelbaum d4f3903131 [libTooling] Provide overloads of rewriteDescendants that operate directly on an AST node.
The new overloads apply directly to a node, like the
`clang::ast_matchers::match` functions, Rather than generating an
`EditGenerator` combinator.

Differential Revision: https://reviews.llvm.org/D87031
2020-09-03 14:39:50 +00:00

16 KiB