]> granicus.if.org Git - clang/commitdiff
StmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 19 Jan 2016 23:21:18 +0000 (23:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 19 Jan 2016 23:21:18 +0000 (23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258220 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/StmtOpenMP.h

index 02e1a6f62d9723b34552f0767fa2c233458b7892..4579d4e37e4418e37bc2691c3e2dfcfc88804ef8 100644 (file)
@@ -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,