[clang] [Clang][ASTMatcher] Add `dependentScopeDeclRefExpr` Matcher (PR #120996)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 24 02:09:14 PST 2024
================
@@ -556,6 +556,22 @@ TEST_P(ASTMatchersTest, DeclRefExpr) {
Reference));
}
+TEST_P(ASTMatchersTest, DependentScopeDeclRefExpr) {
+ if (!GetParam().isCXX() || GetParam().hasDelayedTemplateParsing()) {
+ // FIXME: Add a test for `dependentScopeDeclRefExpr()` that does not depend
----------------
AmrDeveloper wrote:
Thank you, I updated it :D
https://github.com/llvm/llvm-project/pull/120996
More information about the cfe-commits
mailing list