================ @@ -1912,6 +1912,21 @@ TEST_P(ASTMatchersTest, DeducedTemplateSpecializationType) { deducedTemplateSpecializationType())); } +TEST_P(ASTMatchersTest, DependentNameType) { + if (!GetParam().isCXX()) { + // FIXME: Add a test for `dependentNameType()` that does not depend on C++. ---------------- HighCommander4 wrote:
Similar to `DependentScopeDeclRefExpr`, `DependentNameType` only exists in C++, so this FIXME comment can be removed. https://github.com/llvm/llvm-project/pull/121263 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits