We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c8a4 commit beb67d4Copy full SHA for beb67d4
clang/include/clang/ASTMatchers/ASTMatchers.h
@@ -7011,7 +7011,7 @@ extern const internal::VariadicDynCastAllOfMatcher<
7011
/// const S<char>::t2* var2;
7012
/// \endcode
7013
/// typedefTypeLoc()
7014
-/// matches `t1` (in the declaration of var1) and `C<char>::t2`.
+/// matches `t1` (in the declaration of var1) and `S<char>::t2`.
7015
extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, TypedefTypeLoc>
7016
typedefTypeLoc;
7017
0 commit comments