From dd7e3bd6335804985f4543bf3bec217ca43d5d47 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 14 Jul 2015 22:35:36 +0000 Subject: [PATCH] Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation] llvm-svn: 242221 --- clang/include/clang/Sema/Sema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h index 2ca8962..db7b6f9 100644 --- a/clang/include/clang/Sema/Sema.h +++ b/clang/include/clang/Sema/Sema.h @@ -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); -- 2.7.4