From: NAKAMURA Takumi Date: Fri, 19 Jul 2013 10:31:05 +0000 (+0000) Subject: StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5806bb59d2d19a9b32b739589865d8bb1e2627c5;p=clang StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation] - /// \param Clauses A list of clauses. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186665 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/StmtOpenMP.h b/include/clang/AST/StmtOpenMP.h index 2da17b8df4..404a47864f 100644 --- a/include/clang/AST/StmtOpenMP.h +++ b/include/clang/AST/StmtOpenMP.h @@ -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 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K,