This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f34626d Address post-commit review comments. new 1c79362 DR1391: Check for implicit conversion sequences for non-depen [...]
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 | 68 ++++++--- include/clang/Sema/Sema.h | 39 ++++-- lib/Sema/SemaOverload.cpp | 257 ++++++++++++++++++++++++---------- lib/Sema/SemaTemplateDeduction.cpp | 36 +++-- test/CXX/drs/dr13xx.cpp | 78 +++++++++++ test/Misc/diag-template-diffing.cpp | 2 +- test/SemaCXX/overload-call.cpp | 2 +- test/SemaCXX/overload-member-call.cpp | 2 +- www/cxx_dr_status.html | 2 +- 9 files changed, 362 insertions(+), 124 deletions(-)