This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f387617422 [analyzer] Fix -Wunused-function in NDEBUG builds with #ifde [...] new d3067677be [OpenCL] Improve destructor support in C++ for OpenCL
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/AST/DeclCXX.h | 14 ++++-- include/clang/AST/ExprCXX.h | 11 +++-- lib/AST/DeclCXX.cpp | 25 +++++++++-- lib/AST/ExprCXX.cpp | 7 +++ lib/CodeGen/CGCXXABI.h | 14 +++--- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGClass.cpp | 40 +++++++++++------- lib/CodeGen/CGDecl.cpp | 21 +++++---- lib/CodeGen/CGExprCXX.cpp | 31 +++++++++++--- lib/CodeGen/CodeGenFunction.h | 13 +++--- lib/CodeGen/ItaniumCXXABI.cpp | 32 +++++++++----- lib/CodeGen/MicrosoftCXXABI.cpp | 30 ++++++++----- lib/Sema/SemaDeclCXX.cpp | 50 +++++++++++----------- lib/Sema/SemaOverload.cpp | 4 +- test/CodeGenCXX/PR42665.cpp | 61 +++++++++++++++++++++++++++ test/CodeGenOpenCLCXX/addrspace-ctor.cl | 14 ------ test/CodeGenOpenCLCXX/addrspace-with-class.cl | 59 ++++++++++++++++++++++++++ 17 files changed, 312 insertions(+), 116 deletions(-) create mode 100644 test/CodeGenCXX/PR42665.cpp delete mode 100644 test/CodeGenOpenCLCXX/addrspace-ctor.cl create mode 100644 test/CodeGenOpenCLCXX/addrspace-with-class.cl