clang/AST/OpenMPClause.h: Update \param VL. [-Wdocumentation]

llvm-svn: 211011
This commit is contained in:
NAKAMURA Takumi 2014-06-16 09:33:34 +00:00
parent 2cc1cf0d4b
commit aee59aede2
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ public:
/// \param LParenLoc Location of '('.
/// \param ColonLoc Location of ':'.
/// \param EndLoc Ending location of the clause.
/// \param N Number of the variables in the clause.
/// \param VL The variables in the clause.
/// \param QualifierLoc The nested-name qualifier with location information
/// \param NameInfo The full name info for reduction identifier.
///