]> granicus.if.org Git - clang/commitdiff
Remove extra \brief comment, NFC
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 15 Jul 2015 07:48:02 +0000 (07:48 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 15 Jul 2015 07:48:02 +0000 (07:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242271 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

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