[clang-format] Drop clangFrontend dependency for FormatTests
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Mon, 19 Oct 2020 16:14:01 +0000 (17:14 +0100)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Tue, 20 Oct 2020 09:13:28 +0000 (10:13 +0100)
commit66a3b9073ac116f0ee39baf625c733abe18140e5
tree0105b46122b80d4ea7e24a9427c862f4edb30817
parenta2214757e2ca445112f19395493a78e820389655
[clang-format] Drop clangFrontend dependency for FormatTests

This allows building the clang-format unit tests in only 657 ninja steps
rather than 1257 which allows for much faster incremental builds after a
git pull.

Reviewed By: MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D89709
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/CleanupTest.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/FormatTestComments.cpp
clang/unittests/Format/FormatTestObjC.cpp
clang/unittests/Format/FormatTestRawStrings.cpp
clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
clang/unittests/Tooling/RewriterTestContext.h