summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-07-19 10:30:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-07-19 10:30:58 +0000
commitba7131cc353562e9c0820ec88b49fdc320d81900 (patch)
treedeb338b5df3571185e017c0b782ce4b4e00afbc4 /clang
parentc5a10a640201bd299a810665ca28a6d3a407bef2 (diff)
downloadbcm5719-llvm-ba7131cc353562e9c0820ec88b49fdc320d81900.tar.gz
bcm5719-llvm-ba7131cc353562e9c0820ec88b49fdc320d81900.zip
StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation]
llvm-svn: 186664
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/StmtOpenMP.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h
index 34f582dadcf..2da17b8df4a 100644
--- a/clang/include/clang/AST/StmtOpenMP.h
+++ b/clang/include/clang/AST/StmtOpenMP.h
@@ -273,8 +273,8 @@ protected:
///
/// \param SC Statement class.
/// \param K Kind of OpenMP directive.
- /// \brief StartLoc Starting location of the directive (directive keyword).
- /// \param EndLocL Ending location of the 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>
@@ -363,7 +363,7 @@ public:
class OMPParallelDirective : public OMPExecutableDirective {
/// \brief Build directive with the given start and end location.
///
- /// \brief StartLoc Starting location of the directive (directive keyword).
+ /// \param StartLoc Starting location of the directive (directive keyword).
/// \param EndLoc Ending Location of the directive.
///
OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc,
OpenPOWER on IntegriCloud