[PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 1 01:33:06 PDT 2016


bader added inline comments.

================
Comment at: lib/Sema/SemaChecking.cpp:6773-6774
@@ -6772,4 +7016,2 @@
 
-namespace {
-
 /// Structure recording the 'active' range of an integer-valued
----------------
The con of this change - it will export all the symbols from this unnamed namespace.
The better approach would be to move the code that uses CheckImplicitConversion method below this namespace.


http://reviews.llvm.org/D20249





More information about the cfe-commits mailing list