This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b7ca92a Rename variable to not use C++ reserved name (leading undersc [...] new 14cbb5e [CUDA] Do a better job at detecting wrong-side calls.
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 | 23 ++++-- lib/CodeGen/CodeGenModule.cpp | 4 + lib/Sema/SemaCUDA.cpp | 8 +- lib/Sema/SemaExpr.cpp | 120 ++++++++++++------------------ test/SemaCUDA/Inputs/cuda.h | 4 +- test/SemaCUDA/call-host-fn-from-device.cu | 39 ++++++++++ 6 files changed, 119 insertions(+), 79 deletions(-)