Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 52 Build 52: arc lint + arc unit
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 73166 clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaCUDA/bad-attributes.cu
|