Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25143
[CUDA] Disallow __shared__ variables in host functions. ClosedPublic Authored by jlebar on Sep 30 2016, 4:54 PM.
Details
Diff Detail
Event Timelinejlebar updated this object. jlebar added a parent revision: D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode()..Sep 30 2016, 5:35 PM This revision is now accepted and ready to land.Oct 3 2016, 9:32 AM Closed by commit rL284144: [CUDA] Disallow __shared__ variables in host functions. (authored by jlebar). · Explain WhyOct 13 2016, 11:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 74565 cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
cfe/trunk/test/SemaCUDA/bad-attributes.cu
|