[clang-tools-extra] [clang-tidy][NFC] optimize unused using decls performance (PR #110200)

Nicolas van Kempen via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 29 19:54:12 PDT 2024


================
@@ -25,6 +25,13 @@ AST_MATCHER_P(DeducedTemplateSpecializationType, refsToTemplatedDecl,
   return false;
 }
 
+AST_MATCHER_P(Type, getTagDecl, clang::ast_matchers::internal::Matcher<TagDecl>,
----------------
nicovank wrote:

`asTagDecl` maybe?

https://github.com/llvm/llvm-project/pull/110200


More information about the cfe-commits mailing list