This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dd6177c Implement DR1388 (wg21.link/cwg1388). new 7937c28 Implement C++ DR1391 (wg21.link/cwg1391)
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/Sema/Overload.h | 61 +++++--- include/clang/Sema/Sema.h | 50 ++++--- lib/Sema/SemaOverload.cpp | 261 +++++++++++++++++++++++---------- lib/Sema/SemaTemplateDeduction.cpp | 61 +++++--- test/CXX/drs/dr13xx.cpp | 78 ++++++++++ test/Misc/diag-template-diffing.cpp | 6 +- test/SemaCXX/attr-mode-tmpl.cpp | 2 +- test/SemaCXX/attr-noreturn.cpp | 10 +- test/SemaCXX/overload-call.cpp | 2 +- test/SemaCXX/overload-member-call.cpp | 2 +- test/SemaTemplate/deduction.cpp | 4 + test/SemaTemplate/temp_arg_nontype.cpp | 8 +- www/cxx_dr_status.html | 2 +- 13 files changed, 400 insertions(+), 147 deletions(-)