summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-11-15 06:53:45 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-11-15 06:53:45 +0000
commit14d7cf66a173f64ff0a2a082f6a04a09ce0b4353 (patch)
treefb1ee5304d7d44d799a07d01e7ceab2a39c99bf2
parent5ce714a334d2bdb0cfc7618325a6df2fd2142032 (diff)
downloadbcm5719-llvm-14d7cf66a173f64ff0a2a082f6a04a09ce0b4353.tar.gz
bcm5719-llvm-14d7cf66a173f64ff0a2a082f6a04a09ce0b4353.zip
ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]
llvm-svn: 318274
-rw-r--r--clang/include/clang/ASTMatchers/ASTMatchers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchers.h b/clang/include/clang/ASTMatchers/ASTMatchers.h
index 657ce126d46..b91e4bb6b77 100644
--- a/clang/include/clang/ASTMatchers/ASTMatchers.h
+++ b/clang/include/clang/ASTMatchers/ASTMatchers.h
@@ -1265,9 +1265,9 @@ const internal::VariadicDynCastAllOfMatcher<
Decl,
ObjCPropertyDecl> objcPropertyDecl;
-/// \brief Matches Objective-C @throw statements.
+/// \brief Matches Objective-C \@throw statements.
///
-/// Example matches @throw
+/// Example matches \@throw
/// \code
/// @throw obj;
/// \endcode
OpenPOWER on IntegriCloud