[PATCH] D85734: [libTooling] Move RewriteRule include edits to ASTEdit granularity.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 09:30:11 PDT 2020
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
================
Comment at: clang/include/clang/Tooling/Transformer/RewriteRule.h:39
+ // Inserts an include in the file. The `Replacement` field is the name of the
+ // file for which to add an include.
+ AddInclude,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85734/new/
https://reviews.llvm.org/D85734
More information about the cfe-commits
mailing list