Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]

llvm-svn: 242221
This commit is contained in:
NAKAMURA Takumi 2015-07-14 22:35:36 +00:00
parent 3f3fd8d5c3
commit dd7e3bd633
1 changed files with 1 additions and 1 deletions

View File

@ -7699,7 +7699,7 @@ private:
OpenMPClauseKind CKind);
public:
/// \brief Check if the specified variable is used in a private clause in
/// \brief Checks if the specified variable is used in one of the private
/// Checks if the specified variable is used in one of the private
/// clauses in OpenMP constructs.
bool IsOpenMPCapturedVar(VarDecl *VD);