r361377 - Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax library"

Russell Gallop via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 05:50:52 PDT 2019


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 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

Removed:
    cfe/trunk/include/clang/Tooling/Syntax/
    cfe/trunk/lib/Tooling/Syntax/
    cfe/trunk/unittests/Tooling/Syntax/
Modified:
    cfe/trunk/lib/Tooling/CMakeLists.txt
    cfe/trunk/unittests/Tooling/CMakeLists.txt

Modified: cfe/trunk/lib/Tooling/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Tooling/CMakeLists.txt?rev=361377&r1=361376&r2=361377&view=diff
==============================================================================
--- cfe/trunk/lib/Tooling/CMakeLists.txt (original)
+++ cfe/trunk/lib/Tooling/CMakeLists.txt Wed May 22 05:50:52 2019
@@ -7,7 +7,6 @@ add_subdirectory(Core)
 add_subdirectory(Inclusions)
 add_subdirectory(Refactoring)
 add_subdirectory(ASTDiff)
-add_subdirectory(Syntax)
 
 add_clang_library(clangTooling
   AllTUsExecution.cpp

Modified: cfe/trunk/unittests/Tooling/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/CMakeLists.txt?rev=361377&r1=361376&r2=361377&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/CMakeLists.txt (original)
+++ cfe/trunk/unittests/Tooling/CMakeLists.txt Wed May 22 05:50:52 2019
@@ -72,6 +72,3 @@ target_link_libraries(ToolingTests
   clangToolingInclusions
   clangToolingRefactor
   )
-
-
-add_subdirectory(Syntax)




More information about the cfe-commits mailing list