================
@@ -39,6 +39,30 @@ AST_MATCHER(clang::ParmVarDecl, isArgvOfMain) {
   return FD ? FD->isMain() : false;
 }
 
+bool isWithinImplicitTemplateInstantiation(const TypeLoc *MatchedTypeLoc,
----------------
vbvictor wrote:

Hmm, I will try rerunning tests. I thought that all new tests cases came from 
"template_arg_with_array_type_loc" matcher.

Still, isn't it strange that you narrowed "typeloc" matcher with new 
`isWithinImplicitTemplateInstantiation()` but did not delete any CHECK-MESSAGES 
from existing test cases?



https://github.com/llvm/llvm-project/pull/132924
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to