[clang] [clang-format][NFC] Clean up FormatTestComments.cpp (PR #166029)

via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 2 22:01:01 PST 2025


owenca wrote:

> Just out of curiosity, with which tool did you check for the duplicated strings?

I wrote a quick and dirty Python script (when I started cleaning up `FormatTest.cpp` and other unittest files a few years ago). It basically uses regex.

https://github.com/llvm/llvm-project/pull/166029


More information about the cfe-commits mailing list