]> granicus.if.org Git - clang/commit
Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax library"
authorRussell Gallop <russell.gallop@gmail.com>
Wed, 22 May 2019 12:50:52 +0000 (12:50 +0000)
committerRussell Gallop <russell.gallop@gmail.com>
Wed, 22 May 2019 12:50:52 +0000 (12:50 +0000)
commit22432f5ef1df6e1d102ec2f056d59ec69584385d
tree4118d34dc8fac2a2683a4397473c1f24f9b39781
parent1811f4cb6d2fe6cd3b1c42b152b2d3d4e4213fea
Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax library"

Also reverted r361264 "[Syntax] Rename TokensTest to SyntaxTests. NFC"
which built on it. This is because there were hitting an assert on bots

http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361377 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Syntax/Tokens.h [deleted file]
lib/Tooling/CMakeLists.txt
lib/Tooling/Syntax/CMakeLists.txt [deleted file]
lib/Tooling/Syntax/Tokens.cpp [deleted file]
unittests/Tooling/CMakeLists.txt
unittests/Tooling/Syntax/CMakeLists.txt [deleted file]
unittests/Tooling/Syntax/TokensTest.cpp [deleted file]