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

include/clang/AST/StmtOpenMP.h

index 6275c5ff586f1ee0168a47961a8bd5a8a0fd7b3e..02e1a6f62d9723b34552f0767fa2c233458b7892 100644 (file)
@@ -2078,7 +2078,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 OMPTargetEnterDataDirective *Create(const ASTContext &C,
                                              SourceLocation StartLoc,