summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-07-14 22:35:36 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-07-14 22:35:36 +0000
commitdd7e3bd6335804985f4543bf3bec217ca43d5d47 (patch)
tree563b2a118b8c8268e21b412fd8b0c5f6a8968202
parent3f3fd8d5c388c4acb2be1ea7cfd815303b85609c (diff)
downloadbcm5719-llvm-dd7e3bd6335804985f4543bf3bec217ca43d5d47.tar.gz
bcm5719-llvm-dd7e3bd6335804985f4543bf3bec217ca43d5d47.zip
Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
llvm-svn: 242221
-rw-r--r--clang/include/clang/Sema/Sema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h
index 2ca896254d0..db7b6f954c1 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);
OpenPOWER on IntegriCloud