ymandel added a comment.

High level question: why use `Any` rather than templating?



================
Comment at: clang/include/clang/Tooling/Transformer/RewriteRule.h:68
 
+using AnyGenerator2 = std::shared_ptr<MatchComputation<llvm::Any>>;
+
----------------
li.zhe.hua wrote:
> Placeholder name; suggestions welcome.
hmm. How about MetadataGenerator? Less general, but to the point.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120360

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to