[PATCH] D89709: [clang-format] Drop clangFrontend dependency for FormatTests
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 09:20:42 PDT 2020
arichardson created this revision.
arichardson added reviewers: klimek, MyDeveloperDay.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
arichardson requested review of this revision.
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 <https://reviews.llvm.org/D89708>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89709
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89709.299078.patch
Type: text/x-patch
Size: 5009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201019/c6445a8f/attachment.bin>
More information about the cfe-commits
mailing list