This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 431cab4 PR31244: Use the exception specification from the callee's ty [...] new ea344c8 DR616, and part of P0135R1: member access (or pointer-to-memb [...]
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/Expr.h | 5 +++++ include/clang/Sema/Sema.h | 5 +++++ lib/Analysis/ThreadSafety.cpp | 2 +- lib/Analysis/ThreadSafetyCommon.cpp | 3 +++ lib/Sema/SemaExpr.cpp | 6 +++--- lib/Sema/SemaExprCXX.cpp | 11 ++++++---- lib/Sema/SemaExprMember.cpp | 9 ++++++++ lib/Sema/SemaInit.cpp | 30 +++++++++++++++++++-------- test/Analysis/temp-obj-dtors-cfg-output.cpp | 6 +++--- test/CXX/drs/dr4xx.cpp | 2 +- test/CXX/drs/dr6xx.cpp | 20 +++++++++++------- test/CXX/expr/expr.const/p2-0x.cpp | 6 +++--- test/CodeGenCXX/compound-literals.cpp | 20 +++++++++++++----- test/SemaCXX/constexpr-value-init.cpp | 2 +- test/SemaCXX/expression-traits.cpp | 2 +- test/SemaObjC/assign-rvalue-message.m | 5 +++-- unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 2 +- www/cxx_dr_status.html | 8 +++---- 18 files changed, 99 insertions(+), 45 deletions(-)