]> granicus.if.org Git - clang/commitdiff
Test commit. NFC
authorPatrick Lyster <Patrick.lyster@ibm.com>
Wed, 6 Feb 2019 18:18:02 +0000 (18:18 +0000)
committerPatrick Lyster <Patrick.lyster@ibm.com>
Wed, 6 Feb 2019 18:18:02 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353320 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOpenMP.cpp

index fe7e18b32fe8e8357ee5aa7acba03cf4e849a799..6fa98b437640589658c1d3aa04326fcfea1cace3 100644 (file)
@@ -134,7 +134,7 @@ private:
     /// get the data (loop counters etc.) about enclosing loop-based construct.
     /// This data is required during codegen.
     DoacrossDependMapTy DoacrossDepends;
-    /// first argument (Expr *) contains optional argument of the
+    /// First argument (Expr *) contains optional argument of the
     /// 'ordered' clause, the second one is true if the regions has 'ordered'
     /// clause, false otherwise.
     llvm::Optional<std::pair<const Expr *, OMPOrderedClause *>> OrderedRegion;