[PATCH] D73464: [clang] Add TagDecl AST matcher
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 14:16:18 PST 2020
alexfh added a comment.
A drive-by comment.
================
Comment at: clang/lib/ASTMatchers/Dynamic/Registry.cpp:212
+ REGISTER_MATCHER(tagDecl);
+ REGISTER_MATCHER(tagType);
REGISTER_MATCHER(enumConstantDecl);
----------------
There's already `tagType` registration on the line 497. And yes, should the list be sorted, that would be obvious.
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