]> granicus.if.org Git - clang/commit
[CUDA] Bail, rather than crash, on va_arg in device code.
authorJustin Lebar <jlebar@google.com>
Wed, 20 Jan 2016 00:27:00 +0000 (00:27 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 20 Jan 2016 00:27:00 +0000 (00:27 +0000)
commit96ef918b306a14def8da8fe086511ca3e612054b
tree6b6b83f82380358aa63f46cd4daa00df0a23c8c9
parentf9467801571b4774542994b465247ec490b13af5
[CUDA] Bail, rather than crash, on va_arg in device code.

Reviewers: tra

Subscribers: echristo, jhen, cfe-commits

Differential Revision: http://reviews.llvm.org/D16331

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258264 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/SemaCUDA/va-arg.cu [new file with mode: 0644]