Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25125
[CUDA] Disallow 'extern __shared__' variables. ClosedPublic Authored by jlebar on Sep 30 2016, 1:54 PM.
Details
Diff Detail
Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Sep 30 2016, 2:11 PM Closed by commit rL282985: [CUDA] Disallow 'extern __shared__' variables. (authored by jlebar). · Explain WhySep 30 2016, 5:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 73167 cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
cfe/trunk/test/SemaCUDA/bad-attributes.cu
cfe/trunk/test/SemaCUDA/extern-shared.cu
|