aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulie Hockett <juliehockett@google.com>2018-03-09 03:47:18 +0000
committerJulie Hockett <juliehockett@google.com>2018-03-09 03:47:18 +0000
commit6a910fde827cb7ab5545d6363bd5367a0022cb09 (patch)
treee2108435318bce10cc80b378d04cf8962b69d43f /CMakeLists.txt
parent38e92b1fcc8882e2aacc58f5d567d9df343d9367 (diff)
Revert "[clang-doc] Setup clang-doc frontend framework"
This reverts commit r327102, since it was breaking the linux-abi-test on x86. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@327103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c434682c..760340a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,6 @@ add_subdirectory(clang-tidy-vs)
endif()
add_subdirectory(change-namespace)
-add_subdirectory(clang-doc)
add_subdirectory(clang-query)
add_subdirectory(clang-move)
add_subdirectory(clangd)