This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository clang.
from af14523149 Merging r310706 and r310829: ------------------------------- [...] new f1c97542ff Merging r310672: ------------------------------------------- [...] new ae3d7833d0 Merging r310776: ------------------------------------------- [...]
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/AST/Decl.h | 3 +-- lib/AST/DeclCXX.cpp | 5 +++-- lib/Parse/ParseCXXInlineMethods.cpp | 23 +++++------------------ lib/Sema/SemaCast.cpp | 9 ++++++++- lib/Sema/SemaDecl.cpp | 5 +++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 ++ test/CodeGenCXX/pr34163.cpp | 13 +++++++++++++ test/SemaCUDA/function-overload.cu | 2 +- test/SemaCUDA/no-destructor-overload.cu | 10 +++++----- test/SemaObjC/illegal-nonarc-bridged-cast.m | 17 +++++++++++++++-- 10 files changed, 56 insertions(+), 33 deletions(-) create mode 100644 test/CodeGenCXX/pr34163.cpp