[PATCH] D100976: [OpenCL] Simplify use of C11 atomic types
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 12 05:33:41 PDT 2021
Anastasia marked an inline comment as done.
Anastasia added inline comments.
================
Comment at: clang/test/Parser/opencl-atomics-cl20.cl:12
void atomic_types_test() {
-// OpenCL v2.0 s6.13.11.6 defines supported atomic types.
+ // OpenCL v2.0 s6.13.11.6 defines supported atomic types.
+
----------------
mantognini wrote:
> nit: there are a few tabs in this files you may want to remove before submitting.
There were no tabs or anything weird in the test, but now that I have re-created the patch it doesn't show anything. I wonder why it was showing something earlier...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100976/new/
https://reviews.llvm.org/D100976
More information about the cfe-commits
mailing list