This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 89be37b467 Restore previous structure ABI behavior for bit-fields with [...] new 34b5db131b PR19668, PR23034: Fix handling of move constructors and dele [...]
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 | 74 ++++++++++- lib/AST/ASTImporter.cpp | 5 + lib/AST/DeclCXX.cpp | 34 ++++- lib/CodeGen/CGCXXABI.cpp | 31 +---- lib/CodeGen/ItaniumCXXABI.cpp | 13 +- lib/CodeGen/MicrosoftCXXABI.cpp | 52 ++++---- lib/Sema/SemaDeclCXX.cpp | 56 ++++++++- lib/Serialization/ASTReaderDecl.cpp | 6 + lib/Serialization/ASTWriter.cpp | 3 + test/CodeGenCXX/uncopyable-args.cpp | 137 ++++++++++++++++----- unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 49 +++++--- 11 files changed, 332 insertions(+), 128 deletions(-)