[PATCH] D28252: [OpenMP] Sema and parsing for 'target teams distribute simd' pragma

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 9 00:53:27 PST 2017


ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.

LG with a nit



================
Comment at: lib/Sema/SemaOpenMP.cpp:6444
+
+  CapturedStmt *CS = cast<CapturedStmt>(AStmt);
+  // 1.2.2 OpenMP Language Terminology
----------------
auto *


https://reviews.llvm.org/D28252





More information about the cfe-commits mailing list