This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b358e2f24a [analyzer] Prevent crashes in FindLastStoreBRVisitor new 252ecba16a [CUDA] Added basic support for compiling with CUDA-10.0 new 1a2d5c6f5a P0962R1: only use the member form of 'begin' and 'end' in a [...]
The 2 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/Basic/Cuda.h | 5 +- include/clang/Basic/DiagnosticSemaKinds.td | 4 +- lib/Basic/Cuda.cpp | 12 ++ lib/Basic/Targets/NVPTX.cpp | 2 + lib/Driver/ToolChains/Cuda.cpp | 7 +- lib/Headers/__clang_cuda_runtime_wrapper.h | 8 +- lib/Sema/SemaStmt.cpp | 146 +++++++++++++++--------- test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp | 59 +++++++++- test/SemaCXX/for-range-dereference.cpp | 6 +- 9 files changed, 188 insertions(+), 61 deletions(-)