This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from affe61a680 [mips] Explicitly specify the linker emulation for MIPS on FreeBSD. new 2f412f2b98 Diagnose missing 'template' keywords in contexts where a com [...]
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/Parse/Parser.h | 8 ++ include/clang/Sema/Sema.h | 18 ++-- lib/Parse/ParseExpr.cpp | 91 ++++--------------- lib/Parse/ParseExprCXX.cpp | 11 ++- lib/Parse/ParseTemplate.cpp | 108 +++++++++++++++++++++++ test/SemaTemplate/dependent-template-recover.cpp | 10 +++ 6 files changed, 157 insertions(+), 89 deletions(-)