This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e13796b885 Warn about unused static file scope function template declarations. new b257ac069f [Parser][ObjC++] Improve diagnostics and recovery when C++ k [...]
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 | 7 +++ include/clang/Basic/IdentifierTable.h | 6 ++- include/clang/Parse/Parser.h | 8 +++ lib/Basic/IdentifierTable.cpp | 15 +++++- lib/Parse/ParseDecl.cpp | 15 ++++++ lib/Parse/ParseObjc.cpp | 75 +++++++++-------------------- lib/Parse/Parser.cpp | 15 ++++++ test/Parser/objc-cxx-keyword-identifiers.mm | 62 ++++++++++++++++++++++++ 8 files changed, 150 insertions(+), 53 deletions(-) create mode 100644 test/Parser/objc-cxx-keyword-identifiers.mm