]> granicus.if.org Git - clang/commitdiff
Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 14 Jul 2015 22:35:36 +0000 (22:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 14 Jul 2015 22:35:36 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242221 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 2ca896254d0150b5f2c64f5e14ced3d82e5a45e4..db7b6f954c1b85aaa97fd01c7e8cb19ffd8d435c 100644 (file)
@@ -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);