This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 23f58ce5d2 When instantiating a friend function template, don't forget [...] new 327d010bc8 When we see a '<' operator, check whether it's a probable ty [...]
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 | 9 +++ include/clang/Parse/Parser.h | 2 + include/clang/Sema/Sema.h | 17 +++++ lib/Parse/ParseExpr.cpp | 34 ++++++++++ lib/Sema/SemaTemplate.cpp | 79 ++++++++++++++++++++++ .../SemaCXX/cxx1y-variable-templates_top_level.cpp | 7 +- test/SemaTemplate/typo-template-name.cpp | 43 ++++++++++++ 7 files changed, 187 insertions(+), 4 deletions(-) create mode 100644 test/SemaTemplate/typo-template-name.cpp