This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84e1942597 Fix errored return value in CheckFunctionReturnType and add [...] new 9986cce3ea Improve diagnosis of unknown template name.
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/Basic/DiagnosticSemaKinds.td | 2 + include/clang/Sema/Sema.h | 2 +- lib/Parse/ParseDecl.cpp | 11 ++- lib/Sema/SemaDecl.cpp | 80 ++++++++++++++++------ lib/Sema/SemaTemplate.cpp | 4 +- test/SemaCXX/invalid-member-expr.cpp | 4 +- test/SemaCXX/typo-correction.cpp | 11 +-- test/SemaTemplate/deduction-crash.cpp | 2 +- test/SemaTemplate/explicit-instantiation.cpp | 2 +- .../ms-lookup-template-base-classes.cpp | 3 +- 10 files changed, 85 insertions(+), 36 deletions(-)