This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1a33443272 [clang-format] Put '/**' and '*/' on own lines in jsdocs end [...] new 7cf93adc1c Revert "PR19668, PR23034: Fix handling of move constructors [...]
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, 128 insertions(+), 332 deletions(-)