[clang] [Clang][ASTMatcher] Add `dependentNameType` Matcher (PR #121263)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 29 01:55:05 PST 2024
================
@@ -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++.
----------------
AmrDeveloper wrote:
Done
https://github.com/llvm/llvm-project/pull/121263
More information about the cfe-commits
mailing list