[PATCH] D120360: [libTooling] Generalize string explanation as Any metadata
Eric Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 22 14:39:24 PST 2022
li.zhe.hua added inline comments.
================
Comment at: clang/include/clang/Tooling/Transformer/RewriteRule.h:68
+using AnyGenerator2 = std::shared_ptr<MatchComputation<llvm::Any>>;
+
----------------
Placeholder name; suggestions welcome.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120360/new/
https://reviews.llvm.org/D120360
More information about the cfe-commits
mailing list