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 0bc78694a3 Merging r311792: ------------------------------------------- [...] new 544c436321 Merging r311823: (+update ClangCommandLineReference.rst) --- [...]
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: docs/ClangCommandLineReference.rst | 4 +++ 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 +++++++++ 15 files changed, 164 insertions(+), 23 deletions(-) create mode 100644 test/CodeGenCXX/clang-abi-compat.cpp create mode 100644 test/Frontend/clang-abi-compat.cpp