[clang] [clang-tools-extra] [Clang] Unify interface for accessing template arguments as written for class/variable template specializations (PR #81642)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 08:32:20 PDT 2024


================
@@ -764,9 +764,9 @@ AST_POLYMORPHIC_MATCHER(isImplicit,
   return Node.isImplicit();
 }
 
-/// Matches classTemplateSpecializations, templateSpecializationType and
-/// functionDecl that have at least one TemplateArgument matching the given
-/// InnerMatcher.
+/// Matches templateSpecializationTypes, class template specializations,
----------------
AaronBallman wrote:

The AST matcher changes look correct to me, but you should re-run `clang/docs/tools/dump_ast_matchers.py` to regenerate the HTML documentation.

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


More information about the cfe-commits mailing list