forked from OSchip/llvm-project
parent
9e76c4f5df
commit
2b2d1f6f5f
|
@ -645,8 +645,8 @@ AST_MATCHER(FunctionDecl, isMain) {
|
|||
///
|
||||
/// Given
|
||||
/// \code
|
||||
/// template<typename T> class A {}; #1
|
||||
/// template<> class A<int> {}; #2
|
||||
/// template<typename T> class A {}; #1
|
||||
/// template<> class A<int> {}; #2
|
||||
/// \endcode
|
||||
/// classTemplateSpecializationDecl(hasSpecializedTemplate(classTemplateDecl()))
|
||||
/// matches '#2' with classTemplateDecl() matching the class template
|
||||
|
|
Loading…
Reference in New Issue