Skip to content
Snippets Groups Projects
Commit ae74cfa9 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]

-  /// \param Clauses A list of clauses.

llvm-svn: 186665
parent ba7131cc
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment