From 24e0c703528cbf51eea7f69e5b7575685349845b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 30 Jul 2018 10:07:47 +0000 Subject: [PATCH] Fix -Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338238 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/ASTMatchers/ASTMatchers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/ASTMatchers/ASTMatchers.h b/include/clang/ASTMatchers/ASTMatchers.h index 58f65a39fb..d83242cec9 100644 --- a/include/clang/ASTMatchers/ASTMatchers.h +++ b/include/clang/ASTMatchers/ASTMatchers.h @@ -1654,7 +1654,6 @@ extern const internal::VariadicDynCastAllOfMatcher /// - (void) init { /// a = @"hello"; /// } -//} /// \endcode extern const internal::VariadicDynCastAllOfMatcher objcIvarRefExpr; -- 2.40.0