]> granicus.if.org Git - clang/commit
[CUDA] Disallow exceptions in device code.
authorJustin Lebar <jlebar@google.com>
Wed, 28 Sep 2016 22:45:54 +0000 (22:45 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 28 Sep 2016 22:45:54 +0000 (22:45 +0000)
commit6d0bdd7405b36e6823250610cff42512dee14119
tree1335dbd344d35fd4d49acf62ee92e59b817361ad
parent9455bc7a1d6fbd931257bb84df066ad5ba5c2c62
[CUDA] Disallow exceptions in device code.

Reviewers: tra

Subscribers: cfe-commits, jhen

Differential Revision: https://reviews.llvm.org/D25036

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282646 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaCUDA.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaStmt.cpp
test/SemaCUDA/exceptions-host-device.cu [new file with mode: 0644]
test/SemaCUDA/exceptions.cu [new file with mode: 0644]