Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Small nit. LGTM otherwise.
lib/Sema/SemaExpr.cpp | ||
---|---|---|
11732 | Currently CUDAIsDevice does not imply that .CUDA is set. You may end up taking For now add .CUDA check. We'll fix CUDA options processing separately. | |
11732–11739 | Unneeded {}. |
Currently CUDAIsDevice does not imply that .CUDA is set. You may end up taking
this path if -fcuda-is-device is passed to C++ compilation.
For now add .CUDA check. We'll fix CUDA options processing separately.