Skip to content

Commit

Permalink
StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258219 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Jan 19, 2016
1 parent 82991f2 commit b1d94e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/clang/AST/StmtOpenMP.h
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,6 @@ class OMPTargetEnterDataDirective : public OMPExecutableDirective {
/// \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,
Expand Down

0 comments on commit b1d94e8

Please sign in to comment.