Deleted module-map-checker, as it's been folded into modularize.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Fri, 20 Feb 2015 14:28:10 +0000 (14:28 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Fri, 20 Feb 2015 14:28:10 +0000 (14:28 +0000)
commita5666cadbb1f94b6752cb28c06d867e1f1b19f04
tree9f8014b4ffe1b9b7857ff8215728de5f01cf31a2
parente86b9b76c5dea40881538fe32ea1e29a276ced7c
Deleted module-map-checker, as it's been folded into modularize.

llvm-svn: 230014
27 files changed:
clang-tools-extra/CMakeLists.txt
clang-tools-extra/Makefile
clang-tools-extra/docs/index.rst
clang-tools-extra/docs/module-map-checker.rst [deleted file]
clang-tools-extra/module-map-checker/CMakeLists.txt [deleted file]
clang-tools-extra/module-map-checker/Makefile [deleted file]
clang-tools-extra/module-map-checker/ModuleMapChecker.cpp [deleted file]
clang-tools-extra/module-map-checker/ModuleMapChecker.h [deleted file]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/module-map-checker/Inputs/includes-test/Includes1/Level1A.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/includes-test/Includes2/Level2A.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/includes-test/NonIncludes/Level3A.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/includes-test/module.modulemap [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/Level1A.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/Level1B.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/Level2A.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/Level2B.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/Level3A.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/Sub/Level3B.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/UmbrellaFile.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/UmbrellaInclude1.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/UmbrellaInclude2.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/UmbrellaSub/Umbrell1.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/UmbrellaSub/Umbrell2.h [deleted file]
clang-tools-extra/test/module-map-checker/Inputs/main-test/module.modulemap [deleted file]
clang-tools-extra/test/module-map-checker/includes.module-map-checker [deleted file]
clang-tools-extra/test/module-map-checker/main-test.module-map-checker [deleted file]