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 4af01079ce Merging r310006: ------------------------------------------- [...] new 9ae15462ce Merging r310691: ------------------------------------------- [...] new d84167fd28 Merging r310692: ------------------------------------------- [...] new 3b16c8b2d5 Merging r309054: ------------------------------------------- [...] new 9f61e63493 Merging r310694: ------------------------------------------- [...] new e48ea412e6 Merging r310700: ------------------------------------------- [...] new 9d12f17ded Revert r310074 (see PR34067 #4) new 6ee431111d Merging r310704: ------------------------------------------- [...]
The 7 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/ReleaseNotes.rst | 2 +- include/clang/Driver/Options.td | 4 + lib/AST/ExprCXX.cpp | 4 +- lib/Basic/Targets.cpp | 8 +- lib/CodeGen/TargetInfo.cpp | 8 -- lib/Driver/ToolChains/Arch/Mips.cpp | 2 + lib/Frontend/InitPreprocessor.cpp | 5 +- test/CXX/drs/dr20xx.cpp | 2 +- test/CXX/drs/dr4xx.cpp | 2 +- test/CodeGen/mips-aggregate-arg.c | 38 ---------- test/CodeGen/mips-madd4.c | 87 ++++++++++++++++++++++ test/Lexer/cxx-features.cpp | 30 ++++---- test/Preprocessor/init.c | 10 +++ .../cxx1z-class-template-argument-deduction.cpp | 23 ++++++ www/cxx_dr_status.html | 50 ++++++------- www/cxx_status.html | 11 ++- www/make_cxx_dr_status | 6 +- 17 files changed, 195 insertions(+), 97 deletions(-) delete mode 100644 test/CodeGen/mips-aggregate-arg.c create mode 100644 test/CodeGen/mips-madd4.c