r258220 - StmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 15:21:18 PST 2016
Author: chapuni
Date: Tue Jan 19 17:21:18 2016
New Revision: 258220
URL: http://llvm.org/viewvc/llvm-project?rev=258220&view=rev
Log:
StmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
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=258220&r1=258219&r2=258220&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtOpenMP.h (original)
+++ cfe/trunk/include/clang/AST/StmtOpenMP.h Tue Jan 19 17:21:18 2016
@@ -2137,7 +2137,6 @@ public:
/// \param StartLoc Starting location of the directive kind.
/// \param EndLoc Ending Location of the directive.
/// \param Clauses List of clauses.
- /// \param AssociatedStmt Statement, associated with the directive.
///
static OMPTargetExitDataDirective *Create(const ASTContext &C,
SourceLocation StartLoc,
More information about the cfe-commits
mailing list