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);
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to