r186665 - StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 19 03:31:05 PDT 2013


Author: chapuni
Date: Fri Jul 19 05:31:05 2013
New Revision: 186665

URL: http://llvm.org/viewvc/llvm-project?rev=186665&view=rev
Log:
StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]

-  /// \param Clauses A list of clauses.

Modified:
    cfe/trunk/include/clang/AST/StmtOpenMP.h

Modified: cfe/trunk/include/clang/AST/StmtOpenMP.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtOpenMP.h?rev=186665&r1=186664&r2=186665&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtOpenMP.h (original)
+++ cfe/trunk/include/clang/AST/StmtOpenMP.h Fri Jul 19 05:31:05 2013
@@ -275,7 +275,6 @@ protected:
   /// \param K Kind of OpenMP directive.
   /// \param StartLoc Starting location of the directive (directive keyword).
   /// \param EndLoc Ending location of the directive.
-  /// \param Clauses A list of clauses.
   ///
   template <typename T>
   OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K,





More information about the cfe-commits mailing list