aboutsummaryrefslogtreecommitdiff
path: root/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
commit4744cb6b0706f498d83f435904b86ce5cbdeaa1d (patch)
treedb603e784ae96d785e27b55339c8884bc9a3bbfe /CMakeLists.txt
parentc34aab30ad4934a1b6e177010fb81e6797557b9c (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@328172 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)