r318274 - ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 22:53:45 PST 2017


Author: chapuni
Date: Tue Nov 14 22:53:45 2017
New Revision: 318274

URL: http://llvm.org/viewvc/llvm-project?rev=318274&view=rev
Log:
ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]

Modified:
    cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h?rev=318274&r1=318273&r2=318274&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Tue Nov 14 22:53:45 2017
@@ -1265,9 +1265,9 @@ const internal::VariadicDynCastAllOfMatc
   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




More information about the cfe-commits mailing list