[clang] [Clang][ASTMatcher] Add `dependentTemplateSpecializationType` AST mat… (PR #121435)

kefan cao via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 2 03:50:13 PST 2025


================
@@ -1113,6 +1113,8 @@ AST Matchers
 
 - Add ``dependentNameType`` matcher to match a dependent name type.
 
+- Add ``dependentTemplateSpecializationType`` matcher to match dependent template specialization types.
----------------
caokefan wrote:

Got it! Thank you for your correction!

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


More information about the cfe-commits mailing list