Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25150
[CUDA] Allow static variables in __host__ __device__ functions, so long as they're never codegen'ed for device. ClosedPublic Authored by jlebar on Sep 30 2016, 6:01 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 3 2016, 9:31 AM Closed by commit rL284145: [CUDA] Allow static variables in __host__ __device__ functions, so long as… (authored by jlebar). · Explain WhyOct 13 2016, 11:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 74566 cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
cfe/trunk/lib/Sema/SemaDecl.cpp
cfe/trunk/test/SemaCUDA/device-var-init.cu
cfe/trunk/test/SemaCUDA/static-vars-hd.cu
|