forked from OSchip/llvm-project
StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation]
llvm-svn: 186664
This commit is contained in:
parent
c5a10a6402
commit
ba7131cc35
|
@ -273,8 +273,8 @@ protected:
|
||||||
///
|
///
|
||||||
/// \param SC Statement class.
|
/// \param SC Statement class.
|
||||||
/// \param K Kind of OpenMP directive.
|
/// \param K Kind of OpenMP directive.
|
||||||
/// \brief StartLoc Starting location of the directive (directive keyword).
|
/// \param StartLoc Starting location of the directive (directive keyword).
|
||||||
/// \param EndLocL Ending location of the directive.
|
/// \param EndLoc Ending location of the directive.
|
||||||
/// \param Clauses A list of clauses.
|
/// \param Clauses A list of clauses.
|
||||||
///
|
///
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
@ -363,7 +363,7 @@ public:
|
||||||
class OMPParallelDirective : public OMPExecutableDirective {
|
class OMPParallelDirective : public OMPExecutableDirective {
|
||||||
/// \brief Build directive with the given start and end location.
|
/// \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.
|
/// \param EndLoc Ending Location of the directive.
|
||||||
///
|
///
|
||||||
OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc,
|
OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc,
|
||||||
|
|
Loading…
Reference in New Issue