Fix -Wdocumentation warning. NFCI.

llvm-svn: 338238
This commit is contained in:
Simon Pilgrim 2018-07-30 10:07:47 +00:00
parent 7d003657de
commit 0d466c41ff
1 changed files with 0 additions and 1 deletions

View File

@ -1654,7 +1654,6 @@ extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr>
/// - (void) init {
/// a = @"hello";
/// }
//}
/// \endcode
extern const internal::VariadicDynCastAllOfMatcher<Stmt, ObjCIvarRefExpr>
objcIvarRefExpr;