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