This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4c51d85a89 [analyzer] [tests] Write to logfile instead of stdout while [...] new 5a983b00e8 Update cxx_status to mark "SVN" items as "Clang 6" instead. new 6ba4f924d9 Fix a couple of cases where we would fail to correctly parse [...]
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/Sema/DeclSpec.h | 12 ++++- include/clang/Sema/Sema.h | 2 + lib/AST/TemplateName.cpp | 5 ++ lib/Parse/ParseDecl.cpp | 5 +- lib/Parse/ParseTemplate.cpp | 10 +--- lib/Parse/ParseTentative.cpp | 39 +++++++++++---- lib/Parse/Parser.cpp | 4 +- lib/Sema/SemaTemplate.cpp | 55 +++++++++++++++++++++- lib/Sema/SemaType.cpp | 12 +++++ test/CXX/temp/temp.deduct.guide/p3.cpp | 4 +- .../cxx1z-class-template-argument-deduction.cpp | 40 +++++++++++++++- www/cxx_status.html | 10 ++-- www/make_cxx_dr_status | 5 +- 13 files changed, 170 insertions(+), 33 deletions(-)