[PATCH] D28252: [OpenMP] Sema and parsing for 'target teams distribute simd' pragma
Kelvin Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 10:15:10 PST 2017
kkwli0 marked an inline comment as done.
kkwli0 added inline comments.
================
Comment at: lib/Sema/SemaOpenMP.cpp:6444
+
+ CapturedStmt *CS = cast<CapturedStmt>(AStmt);
+ // 1.2.2 OpenMP Language Terminology
----------------
ABataev wrote:
> auto *
Will do.
https://reviews.llvm.org/D28252
More information about the cfe-commits
mailing list