================ @@ -2251,6 +2251,14 @@ TEST_P(ASTMatchersTest, HasDependentName_DependentScopeDeclRefExpr) { EXPECT_TRUE(matches("template <typename T> struct S { static T foo(); };" "template <typename T> void x() { S<T>::foo(); }", dependentScopeDeclRefExpr(hasDependentName("foo")))); + + EXPECT_TRUE(matches( ---------------- AmrDeveloper wrote:
Done, thank you https://github.com/llvm/llvm-project/pull/121975 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits