This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4e2bc94eda [CodeGen][ObjC] Make copying and disposing of a non-escaping [...] new 3afc7e3fc4 Prevent Scoped Enums from being Integral constant expressions: new 769fd39841 [CUDA] Provide integer SIMD functions for CUDA-9.2
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: lib/AST/ExprConstant.cpp | 2 +- lib/Headers/__clang_cuda_device_functions.h | 427 ++++++++++++++++++++++++++ lib/Headers/__clang_cuda_libdevice_declares.h | 3 +- test/SemaCXX/PR38235.cpp | 14 + 4 files changed, 444 insertions(+), 2 deletions(-) create mode 100644 test/SemaCXX/PR38235.cpp