Revert "[clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework""
authorJulie Hockett <juliehockett@google.com>
Thu, 22 Mar 2018 02:05:51 +0000 (02:05 +0000)
committerJulie Hockett <juliehockett@google.com>
Thu, 22 Mar 2018 02:05:51 +0000 (02:05 +0000)
commit2a0373a2db804c2b290c4b8bd94d575f79f13036
tree973ab5768ecb7a7f7fa39315706e323e429a321e
parent4f233181183ca5bfd8868022c0f748a69a6efce4
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
24 files changed:
clang-tools-extra/CMakeLists.txt
clang-tools-extra/clang-doc/BitcodeWriter.cpp [deleted file]
clang-tools-extra/clang-doc/BitcodeWriter.h [deleted file]
clang-tools-extra/clang-doc/CMakeLists.txt [deleted file]
clang-tools-extra/clang-doc/ClangDoc.cpp [deleted file]
clang-tools-extra/clang-doc/ClangDoc.h [deleted file]
clang-tools-extra/clang-doc/Mapper.cpp [deleted file]
clang-tools-extra/clang-doc/Mapper.h [deleted file]
clang-tools-extra/clang-doc/Representation.h [deleted file]
clang-tools-extra/clang-doc/Serialize.cpp [deleted file]
clang-tools-extra/clang-doc/Serialize.h [deleted file]
clang-tools-extra/clang-doc/tool/CMakeLists.txt [deleted file]
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp [deleted file]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clang-doc/mapper-class-in-class.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-class-in-function.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-class.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-comments.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-enum.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-function.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-method.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-namespace.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-struct.cpp [deleted file]
clang-tools-extra/test/clang-doc/mapper-union.cpp [deleted file]