This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b1e9fc11aa Revert r359717, "Make check-clang depend on the clang-check [...] new c9884fd36d Consume unexpected "template" keywords after "using"
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/DiagnosticParseKinds.td | 2 ++ lib/Parse/ParseDeclCXX.cpp | 14 ++++++++ test/Parser/using-template.cpp | 52 +++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 test/Parser/using-template.cpp