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

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 1 09:37:56 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.
----------------
AmrDeveloper wrote:

```suggestion
- Add ``dependentTemplateSpecializationType`` matcher to match a dependent template specialization type.
```

The same in `clang/docs/LibASTMatchersReference.html` and `clang/include/clang/ASTMatchers/ASTMatchers.h`

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


More information about the cfe-commits mailing list