This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 29e21c348d Add docs for -foptimization-record-file= new d93c41c8dc Customize the SFINAE diagnostics for enable_if to provide th [...] new 6907b9898e Cope with Range-v3's CONCEPT_REQUIRES idiom
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/Basic/DiagnosticSemaKinds.td | 5 + include/clang/Basic/PartialDiagnostic.h | 9 ++ include/clang/Sema/TemplateDeduction.h | 6 + lib/Sema/SemaOverload.cpp | 9 ++ lib/Sema/SemaTemplate.cpp | 172 ++++++++++++++++++++++++++-- test/SemaTemplate/constexpr-instantiate.cpp | 2 +- test/SemaTemplate/overload-candidates.cpp | 34 +++++- 7 files changed, 225 insertions(+), 12 deletions(-)