This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 836da9f [ADT] Change PostOrderIterator to use NodeRef. NFC. new 2be279f [CUDA] Raise an error if a wrong-side call is codegen'ed.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Sema/Sema.h | 12 +++ lib/Sema/SemaCUDA.cpp | 30 ++++++ lib/Sema/SemaDeclCXX.cpp | 2 + lib/Sema/SemaExpr.cpp | 147 ++++++++++++++++------------- lib/Sema/SemaOverload.cpp | 13 --- test/CodeGenCUDA/host-device-calls-host.cu | 32 ------- test/SemaCUDA/Inputs/cuda.h | 5 + test/SemaCUDA/call-device-fn-from-host.cu | 80 ++++++++++++++++ test/SemaCUDA/call-host-fn-from-device.cu | 84 +++++++++++++++++ 9 files changed, 293 insertions(+), 112 deletions(-) delete mode 100644 test/CodeGenCUDA/host-device-calls-host.cu create mode 100644 test/SemaCUDA/call-device-fn-from-host.cu create mode 100644 test/SemaCUDA/call-host-fn-from-device.cu