Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25050
[CUDA] Disallow variable-length arrays in CUDA device code. ClosedPublic Authored by jlebar on Sep 28 2016, 3:35 PM.
Details
Diff Detail
Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Sep 28 2016, 3:39 PM Closed by commit rL282647: [CUDA] Disallow variable-length arrays in CUDA device code. (authored by jlebar). · Explain WhySep 28 2016, 3:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 72919 cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Sema/SemaCUDA.cpp
cfe/trunk/lib/Sema/SemaType.cpp
cfe/trunk/test/SemaCUDA/vla-host-device.cu
cfe/trunk/test/SemaCUDA/vla.cu
|