This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1cda5f1 AArch64: fix return type of vqmovun_high_*. new 2a9beb2 [CUDA] Don't assume that destructors can't be overloaded. new b1ef503 [CUDA] Add additional testcases for EraseUnwantedCUDAMatches. new 0b90090 [CUDA] Use the multi-element remove function in EraseUnwanted [...]
The 3 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/Sema/SemaCUDA.cpp | 6 ++++-- lib/Sema/SemaOverload.cpp | 3 +-- test/SemaCUDA/addr-of-overloaded-fn.cu | 24 ++++++++++++++++++++++++ test/SemaCUDA/call-overloaded-destructor.cu | 17 +++++++++++++++++ test/SemaCUDA/overloaded-delete.cu | 25 +++++++++++++++++++++++++ 5 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 test/SemaCUDA/addr-of-overloaded-fn.cu create mode 100644 test/SemaCUDA/call-overloaded-destructor.cu create mode 100644 test/SemaCUDA/overloaded-delete.cu