[PATCH] D83820: Change metadata to deferred evalutaion in Clang Transformer.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 12:27:21 PDT 2020
ymandel added inline comments.
================
Comment at: clang/include/clang/Tooling/Transformer/RewriteRule.h:93
+ // Not all transformations will want or need to attach metadata and therefore
+ // should not be requierd to do so.
+ AnyGenerator Metadata = [](const ast_matchers::MatchFinder::MatchResult &) {
----------------
typo: requierd
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83820/new/
https://reviews.llvm.org/D83820
More information about the cfe-commits
mailing list