[PATCH] D100720: [AST] Update introspection API to use const-ref for copyable types
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 19 10:57:11 PDT 2021
njames93 accepted this revision.
njames93 added a comment.
This revision is now accepted and ready to land.
LG with 1 nit.
================
Comment at: clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py:14
+ RefClades = ["NestedNameSpecifierLoc", "TemplateArgumentLoc", "TypeLoc"]
+
----------------
nit: Any reason not to use set notation here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100720/new/
https://reviews.llvm.org/D100720
More information about the cfe-commits
mailing list