[PATCH] D73464: [clang] Add TagDecl AST matcher

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 07:16:40 PST 2020


aaron.ballman added a comment.

You should also regenerate the AST matcher documentation by running `clang\docs\tools\dump_ast_matchers.py`



================
Comment at: clang/lib/ASTMatchers/Dynamic/Registry.cpp:211-212
   REGISTER_MATCHER(elaboratedType);
+  REGISTER_MATCHER(tagDecl);
+  REGISTER_MATCHER(tagType);
   REGISTER_MATCHER(enumConstantDecl);
----------------
Please keep this list in alphabetical order.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73464





More information about the cfe-commits mailing list