This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d673c2fd21 Revert "[SanitizeCoverage] Enable stack-depth coverage for - [...] new 55deb317c4 Add flag to request Clang is ABI-compatible with older versi [...]
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/Driver/Options.td | 3 ++ include/clang/Frontend/CodeGenOptions.def | 4 +++ include/clang/Frontend/CodeGenOptions.h | 17 ++++++++++ lib/CodeGen/ABIInfo.h | 2 ++ lib/CodeGen/CodeGenTypes.cpp | 4 +++ lib/CodeGen/CodeGenTypes.h | 1 + lib/CodeGen/ItaniumCXXABI.cpp | 15 +++++++-- lib/CodeGen/TargetInfo.cpp | 15 +++++++-- lib/Driver/ToolChains/Clang.cpp | 3 ++ lib/Frontend/CompilerInvocation.cpp | 27 +++++++++++++++ test/CodeGenCXX/clang-abi-compat.cpp | 19 +++++++++++ test/CodeGenCXX/uncopyable-args.cpp | 55 +++++++++++++++++++++---------- test/Driver/flags.c | 3 ++ test/Frontend/clang-abi-compat.cpp | 15 +++++++++ 14 files changed, 160 insertions(+), 23 deletions(-) create mode 100644 test/CodeGenCXX/clang-abi-compat.cpp create mode 100644 test/Frontend/clang-abi-compat.cpp