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

Karasev Nikita via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 06:13:24 PST 2020


f00kat marked an inline comment as done.
f00kat added a comment.

In D73464#1844310 <https://reviews.llvm.org/D73464#1844310>, @aaron.ballman wrote:

> LGTM! Do you need someone to commit on your behalf?


Yes, please. I don`t know how :)



================
Comment at: clang/lib/ASTMatchers/Dynamic/Registry.cpp:212
+  REGISTER_MATCHER(tagDecl);
+  REGISTER_MATCHER(tagType);
   REGISTER_MATCHER(enumConstantDecl);
----------------
alexfh wrote:
> There's already `tagType` registration on the line 497. And yes, should the list be sorted, that would be obvious.
Fixed


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