This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b4f79aa436 Fix -Wunsequenced false-positives in code controlled by a br [...] new 6aecacbb8d SemaOverload: Complete candidates before emitting the error, [...]
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/TemplateName.h | 3 + include/clang/Basic/PartialDiagnostic.h | 1 + include/clang/Sema/Overload.h | 22 ++- lib/AST/TemplateName.cpp | 14 ++ lib/Sema/SemaCast.cpp | 10 +- lib/Sema/SemaExprCXX.cpp | 49 +++--- lib/Sema/SemaInit.cpp | 97 +++++++----- lib/Sema/SemaOverload.cpp | 269 ++++++++++++++++++++------------ lib/Sema/SemaStmt.cpp | 17 +- test/SemaCXX/overload-template.cpp | 35 +++++ 10 files changed, 338 insertions(+), 179 deletions(-) create mode 100644 test/SemaCXX/overload-template.cpp