[PATCH] D138328: [OpenMP] Initial parsing and semantic analysis support for 'strict' modifier with 'num_tasks' clause on 'taskloop' construct

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 13:45:00 PST 2022


ABataev added inline comments.


================
Comment at: clang/lib/Parse/ParseOpenMP.cpp:3915-3916
+        ConsumeAnyToken();
+        // Parse ':'
+        ConsumeAnyToken();
+      } else {
----------------
Check that it is '`:`


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

https://reviews.llvm.org/D138328



More information about the llvm-commits mailing list