This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f3bc0e6 Implement C++ DR1391 (wg21.link/cwg1391) new 87fca9c Fix test for targets whose preferred spelling for an 8-byte i [...] new 4711e17 Revert r291410 and r291411.
The 2 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 | 50 +++---- lib/Sema/SemaOverload.cpp | 258 ++++++++++----------------------- lib/Sema/SemaTemplateDeduction.cpp | 44 ++---- 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/temp_arg_nontype.cpp | 8 +- www/cxx_dr_status.html | 2 +- 12 files changed, 143 insertions(+), 387 deletions(-)