diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-19 10:31:05 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-19 10:31:05 +0000 |
| commit | ae74cfa9116c10ae8032028c0de51ce3608bb772 (patch) | |
| tree | c5d154c877b066076402741245a80d92e9d97ffd /clang | |
| parent | ba7131cc353562e9c0820ec88b49fdc320d81900 (diff) | |
| download | bcm5719-llvm-ae74cfa9116c10ae8032028c0de51ce3608bb772.tar.gz bcm5719-llvm-ae74cfa9116c10ae8032028c0de51ce3608bb772.zip | |
StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]
- /// \param Clauses A list of clauses.
llvm-svn: 186665
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/AST/StmtOpenMP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h index 2da17b8df4a..404a47864f6 100644 --- a/clang/include/clang/AST/StmtOpenMP.h +++ b/clang/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 <typename T> OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, |

