This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b3fa842 [ARC] Ignore qualifiers in copy-restore expressions new 534b637 [CUDA] Disallow overloading destructors. new 6c013d6 [CUDA] Clean up some comments in Sema::IsOverload. NFC
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/Sema/SemaOverload.cpp | 19 +++++++++++------ test/CodeGenCUDA/function-overload.cu | 8 ------- test/SemaCUDA/call-overloaded-destructor.cu | 17 --------------- test/SemaCUDA/function-overload.cu | 33 ----------------------------- test/SemaCUDA/no-destructor-overload.cu | 33 +++++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 65 deletions(-) delete mode 100644 test/SemaCUDA/call-overloaded-destructor.cu create mode 100644 test/SemaCUDA/no-destructor-overload.cu