r361007 - [Lex] Allow to consume tokens while preprocessing

2019-05-17 Thread Ilya Biryukov via cfe-commits
Author: ibiryukov Date: Fri May 17 02:32:05 2019 New Revision: 361007 URL: http://llvm.org/viewvc/llvm-project?rev=361007&view=rev Log: [Lex] Allow to consume tokens while preprocessing Summary: By adding a hook to consume all tokens produced by the preprocessor. The intention of this change is t

[clang-tools-extra] r361007 - [Lex] Allow to consume tokens while preprocessing

2019-05-17 Thread Ilya Biryukov via cfe-commits
Author: ibiryukov Date: Fri May 17 02:32:05 2019 New Revision: 361007 URL: http://llvm.org/viewvc/llvm-project?rev=361007&view=rev Log: [Lex] Allow to consume tokens while preprocessing Summary: By adding a hook to consume all tokens produced by the preprocessor. The intention of this change is t