r242271 - Remove extra \brief comment, NFC
Alexey Bataev
a.bataev at hotmail.com
Wed Jul 15 00:48:02 PDT 2015
Author: abataev
Date: Wed Jul 15 02:48:02 2015
New Revision: 242271
URL: http://llvm.org/viewvc/llvm-project?rev=242271&view=rev
Log:
Remove extra \brief comment, NFC
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=242271&r1=242270&r2=242271&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Wed Jul 15 02:48:02 2015
@@ -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);
More information about the cfe-commits
mailing list