[PATCH] D73651: [OpenCL][CUDA][HIP][SYCL] Add norecurse
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 4 03:05:29 PST 2020
Anastasia added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:914
+ //
+ // OpenCL C++ 1.0 v2.1-11 s2.9:
+ // recursive function calls (ISO C++ Section 5.2.2, item 9) unless
----------------
Can we remove reference to OpenCL C++ since it's not implemented. Feel free to add C++ for OpenCL instead. The comment explanation still makes sense. You can just remove references to docs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73651/new/
https://reviews.llvm.org/D73651
More information about the cfe-commits
mailing list