[clang] [Clang][ASTMatcher] Add a matcher for the name of a DependentScopeDeclRefExpr (PR #121656)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 5 05:11:36 PST 2025
================
@@ -2235,6 +2235,21 @@ TEST_P(ASTMatchersTest, ArgumentCountIs_CXXConstructExpr) {
Constructor1Arg));
}
+TEST_P(ASTMatchersTest, hasDependentName_DependentScopeDeclRefExpr) {
----------------
AmrDeveloper wrote:
Done
https://github.com/llvm/llvm-project/pull/121656
More information about the cfe-commits
mailing list