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.
Depends on D89708
Paths
| Differential D89709
[clang-format] Drop clangFrontend dependency for FormatTests ClosedPublic Authored by arichardson on Oct 19 2020, 9:20 AM.
Details Summary This allows building the clang-format unit tests in only 657 ninja steps Depends on D89708
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 20 2020, 12:19 AM This revision was landed with ongoing or failed builds.Oct 20 2020, 2:14 AM Closed by commit rG66a3b9073ac1: [clang-format] Drop clangFrontend dependency for FormatTests (authored by arichardson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 299302 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
|