[PATCH] D59885: [Lex] Allow to consume tokens while preprocessing

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 02:32:02 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rC361007: [Lex] Allow to consume tokens while preprocessing (authored by ibiryukov, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59885?vs=199991&id=200002#toc

Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59885/new/

https://reviews.llvm.org/D59885

Files:
  include/clang/Lex/Preprocessor.h
  include/clang/Lex/Token.h
  include/clang/Lex/TokenLexer.h
  include/clang/Parse/Parser.h
  lib/Frontend/PrintPreprocessedOutput.cpp
  lib/Lex/MacroArgs.cpp
  lib/Lex/PPCaching.cpp
  lib/Lex/PPDirectives.cpp
  lib/Lex/PPLexerChange.cpp
  lib/Lex/PPMacroExpansion.cpp
  lib/Lex/Pragma.cpp
  lib/Lex/Preprocessor.cpp
  lib/Lex/TokenLexer.cpp
  lib/Parse/ParseCXXInlineMethods.cpp
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseExpr.cpp
  lib/Parse/ParseExprCXX.cpp
  lib/Parse/ParseObjc.cpp
  lib/Parse/ParseOpenMP.cpp
  lib/Parse/ParsePragma.cpp
  lib/Parse/ParseStmtAsm.cpp
  lib/Parse/ParseTemplate.cpp
  lib/Parse/Parser.cpp
  lib/Rewrite/HTMLRewrite.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59885.200002.patch
Type: text/x-patch
Size: 40008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190517/156c6fc1/attachment-0001.bin>


More information about the cfe-commits mailing list