This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1ec33d54df [Hexagon] Add support for "new" circular buffer intrinsics new c4bfd75d78 [ObjC++] Make parameter passing and function return compatib [...]
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/Decl.h | 13 +++ include/clang/AST/DeclCXX.h | 7 -- include/clang/AST/Type.h | 5 -- include/clang/Basic/LangOptions.def | 4 + include/clang/Basic/LangOptions.h | 17 ++++ include/clang/Basic/TargetInfo.h | 8 ++ include/clang/Frontend/CodeGenOptions.def | 3 - lib/AST/ASTContext.cpp | 8 +- lib/AST/Decl.cpp | 2 +- lib/AST/DeclCXX.cpp | 12 ++- lib/AST/Type.cpp | 6 -- lib/Basic/TargetInfo.cpp | 8 ++ lib/Basic/Targets/X86.h | 5 ++ lib/CodeGen/CGCall.cpp | 15 +--- lib/CodeGen/ItaniumCXXABI.cpp | 7 -- lib/CodeGen/MicrosoftCXXABI.cpp | 55 +----------- lib/CodeGen/TargetInfo.cpp | 4 +- lib/Frontend/CompilerInvocation.cpp | 54 ++++++------ lib/Sema/SemaDecl.cpp | 4 +- lib/Sema/SemaDeclCXX.cpp | 98 +++++++++++++++++++++- lib/Serialization/ASTReaderDecl.cpp | 2 + lib/Serialization/ASTWriter.cpp | 1 + lib/Serialization/ASTWriterDecl.cpp | 3 + test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 3 - test/CodeGenObjCXX/arc-special-member-functions.mm | 9 +- .../{trivial_abi.mm => objc-struct-cxx-abi.mm} | 56 ++++++++++++- test/CodeGenObjCXX/property-dot-copy-elision.mm | 2 + 27 files changed, 269 insertions(+), 142 deletions(-) rename test/CodeGenObjCXX/{trivial_abi.mm => objc-struct-cxx-abi.mm} (73%)