forked from OSchip/llvm-project
Use correct matcher name in the comment.
llvm-svn: 162206
This commit is contained in:
parent
4f3ecf1ce0
commit
b1cfa19b5a
|
@ -2248,7 +2248,7 @@ isTemplateInstantiation() {
|
|||
/// template<typename T> void A(T t) { }
|
||||
/// template<> void A(int N) { }
|
||||
/// \endcode
|
||||
/// function(isExplicitSpecialization())
|
||||
/// function(isExplicitTemplateSpecialization())
|
||||
/// matches the specialization A<int>().
|
||||
///
|
||||
/// Usable as: Matcher<FunctionDecl>, Matcher<VarDecl>, Matcher<CXXRecordDecl>
|
||||
|
|
Loading…
Reference in New Issue