Author: russell_gallop
Date: Wed May 22 05:50:52 2019
New Revision: 361377
URL: http://llvm.org/viewvc/llvm-project?rev=361377&view=rev
Log:
Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax
library"
Also reverted r361264 "[Syntax] Rename TokensTest
Author: ibiryukov
Date: Mon May 20 06:00:42 2019
New Revision: 361148
URL: http://llvm.org/viewvc/llvm-project?rev=361148&view=rev
Log:
[Syntax] Introduce TokenBuffer, start clangToolingSyntax library
Summary:
TokenBuffer stores the list of tokens for a file obtained after
preprocessing. This is