[PATCH] D32081: Add support for editor placeholders to Clang's lexer

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 19 02:12:02 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300667: Add support for editor placeholders to Clang (authored by arphaman).

Changed prior to commit:
  https://reviews.llvm.org/D32081?vs=95596&id=95696#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32081

Files:
  cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
  cfe/trunk/include/clang/Basic/IdentifierTable.h
  cfe/trunk/include/clang/Basic/LangOptions.def
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/include/clang/Lex/Lexer.h
  cfe/trunk/include/clang/Lex/Token.h
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Lex/Lexer.cpp
  cfe/trunk/lib/Parse/Parser.cpp
  cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/test/Driver/clang_f_opts.c
  cfe/trunk/test/Parser/editor-placeholder-recovery.cpp
  cfe/trunk/test/Parser/placeholder-recovery.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32081.95696.patch
Type: text/x-patch
Size: 14507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170419/641a6ec0/attachment.bin>


More information about the cfe-commits mailing list