r242221 - Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Tue Jul 14 15:35:36 PDT 2015
Author: chapuni
Date: Tue Jul 14 17:35:36 2015
New Revision: 242221
URL: http://llvm.org/viewvc/llvm-project?rev=242221&view=rev
Log:
Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
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=242221&r1=242220&r2=242221&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Tue Jul 14 17:35:36 2015
@@ -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);
More information about the cfe-commits
mailing list