summaryrefslogtreecommitdiff
path: root/clang-tools-extra/CMakeLists.txt
diff options
context:
space:
mode:
authorJulie Hockett <juliehockett@google.com>2018-03-22 02:05:51 +0000
committerJulie Hockett <juliehockett@google.com>2018-03-22 02:05:51 +0000
commit2a0373a2db804c2b290c4b8bd94d575f79f13036 (patch)
tree973ab5768ecb7a7f7fa39315706e323e429a321e /clang-tools-extra/CMakeLists.txt
parent4f233181183ca5bfd8868022c0f748a69a6efce4 (diff)
downloadllvm-2a0373a2db804c2b290c4b8bd94d575f79f13036.tar.gz
Revert "[clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework""
This reverts commit r328150 until we can fix the test that are failing on the Windows release build. llvm-svn: 328172
Diffstat (limited to 'clang-tools-extra/CMakeLists.txt')
-rw-r--r--clang-tools-extra/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/CMakeLists.txt b/clang-tools-extra/CMakeLists.txt
index c434682cf67c..760340a63379 100644
--- a/clang-tools-extra/CMakeLists.txt
+++ b/clang-tools-extra/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)