[PATCH] D136658: [clang-format] Move InsertBraces unit tests out of FormatTest.cpp

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 00:04:48 PDT 2022


owenpan added a comment.

In D136658#3883372 <https://reviews.llvm.org/D136658#3883372>, @rymiel wrote:

> Is the intent here to somewhat reduce the 30k line behemoth of FormatTest.cpp?

See https://reviews.llvm.org/D136437#3877250 for the motivation.

In D136658#3883511 <https://reviews.llvm.org/D136658#3883511>, @HazardyKnusperkeks wrote:

> In D136658#3883372 <https://reviews.llvm.org/D136658#3883372>, @rymiel wrote:
>
>> Is the intent here to somewhat reduce the 30k line behemoth of FormatTest.cpp?
>
> I'm all in for that! (And will provide a first patch soonish.)

Next I'll move `RemoveBraces` tests out of FormatTest.cpp in another patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136658/new/

https://reviews.llvm.org/D136658



More information about the cfe-commits mailing list