[clang] [Clang][ASTMatcher] Add `dependentNameType` Matcher (PR #121263)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 28 07:22:02 PST 2024


================
@@ -7711,6 +7711,16 @@ AST_MATCHER_P(DecayedType, hasDecayedType, internal::Matcher<QualType>,
   return InnerType.matches(Node.getDecayedType(), Finder, Builder);
 }
 
+/// Matches dependent name type
----------------
5chmidti wrote:

nit: `a dependent name type` (+1 in release notes)

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


More information about the cfe-commits mailing list