]> granicus.if.org Git - clang/commitdiff
Fix comments for several methods, NFC
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 15 Jul 2015 07:53:08 +0000 (07:53 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 15 Jul 2015 07:53:08 +0000 (07:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242272 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 45812f2f96e1d37f900836a49482802933265f67..4efc8cea5a8213013c6cf02c26ecc85006f86b27 100644 (file)
@@ -7698,11 +7698,12 @@ private:
   ExprResult VerifyPositiveIntegerConstantInClause(Expr *Op,
                                                    OpenMPClauseKind CKind);
 public:
-  /// Checks if the specified variable is used in one of the private
-  /// clauses in OpenMP constructs.
+  /// \brief Check if the specified variable is used in one of the private
+  /// clauses (private, firstprivate, lastprivate, reduction etc.) in OpenMP
+  /// constructs.
   bool IsOpenMPCapturedVar(VarDecl *VD);
 
-  /// OpenMP constructs.
+  /// \brief Check if the specified variable is used in 'private' clause.
   /// \param Level Relative level of nested OpenMP construct for that the check
   /// is performed.
   bool isOpenMPPrivateVar(VarDecl *VD, unsigned Level);