From: Alexey Bataev Date: Wed, 15 Jul 2015 07:48:02 +0000 (+0000) Subject: Remove extra \brief comment, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=885aefa1780dfff03a7fa49eb6012e4a62b9b77a;p=clang Remove extra \brief comment, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242271 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index db7b6f954c..45812f2f96 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -7698,7 +7698,6 @@ private: ExprResult VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind); public: - /// \brief Check if the specified variable is used in a private clause in /// Checks if the specified variable is used in one of the private /// clauses in OpenMP constructs. bool IsOpenMPCapturedVar(VarDecl *VD);