Meinersbur added inline comments.

================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:2587
+  // Check for unsupported clauses
+  if (S.clauses().size() > 0) {
+    // Currently no clause is supported
----------------



================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:2591
+  }
+  // Check if we have a statement with the ordered directive.
+  // Visit the statement hierarchy to find a compound statement
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114379/new/

https://reviews.llvm.org/D114379

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to