This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad25f8b712 clang-format: Properly match parens of macro parameter lists. new aac41bcdb1 Add support for editor placeholders to Clang
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/DiagnosticLexKinds.td | 1 + include/clang/Basic/IdentifierTable.h | 13 ++++++ include/clang/Basic/LangOptions.def | 2 + include/clang/Driver/Options.td | 6 +++ include/clang/Lex/Lexer.h | 2 + include/clang/Lex/Token.h | 8 ++++ lib/Driver/ToolChains/Clang.cpp | 3 ++ lib/Frontend/CompilerInvocation.cpp | 3 ++ lib/Lex/Lexer.cpp | 33 ++++++++++++++ lib/Parse/Parser.cpp | 6 +++ lib/Sema/SemaCXXScopeSpec.cpp | 2 + lib/Sema/SemaDecl.cpp | 3 ++ lib/Sema/SemaExpr.cpp | 6 +++ test/Driver/clang_f_opts.c | 5 ++ test/Parser/editor-placeholder-recovery.cpp | 71 +++++++++++++++++++++++++++++ test/Parser/placeholder-recovery.m | 13 ++++-- 16 files changed, 172 insertions(+), 5 deletions(-) create mode 100644 test/Parser/editor-placeholder-recovery.cpp