This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4d090da [Coverage] The coverage region for switch covers the code aft [...] new 53874ed Revert r282547 and add test to show correct behavior. new 5b3280c P0145R3 (C++17 evaluation order tweaks): evaluate the right-h [...] new 98e2f4b Put new warning in a diagnostic group.
The 3 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/ExprCXX.h | 10 +++ include/clang/Basic/DiagnosticFrontendKinds.td | 3 +- lib/CodeGen/CGCall.cpp | 6 +- lib/CodeGen/CGExpr.cpp | 11 +++- lib/CodeGen/CGExprCXX.cpp | 44 ++++++++++---- lib/CodeGen/CodeGenFunction.h | 12 ++-- lib/CodeGen/ItaniumCXXABI.cpp | 5 +- lib/Sema/SemaDeclCXX.cpp | 8 ++- test/CodeGenCXX/cxx1z-eval-order.cpp | 74 +++++++++++++---------- test/CodeGenObjCXX/property-object-reference-2.mm | 2 +- test/Misc/warning-flags.c | 3 +- test/SemaCXX/cxx0x-defaulted-functions.cpp | 49 ++++++++------- www/cxx_status.html | 10 ++- 13 files changed, 153 insertions(+), 84 deletions(-)