[PATCH] D65286: [OpenCL] Allow OpenCL C style vector initialization in C++
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 26 08:36:54 PDT 2019
rjmccall added a comment.
Okay. It seems reasonable to me to allow OpenCL vector initialization syntax in OpenCL C++, since we're treating OpenCL C++ as an ObjC++-like merge of the language extensions, but we shouldn't go further than that and start changing behavior in the non-OpenCL languages.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65286/new/
https://reviews.llvm.org/D65286
More information about the cfe-commits
mailing list