[clang] [clang] Fix sorting module headers (PR #73146)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 17:11:24 PST 2023


dwblaikie wrote:

> Splitting it wouldn't help with bisect, as we would continue having a broken commit.

Not sure I understand - presumably this bug has existed for a while, separate from the qsort issue? So fixing it separately seems good so that patches do one thing clearly - makes it easy to review, easy to identify root causes more narrowly, easy to revert, etc.

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


More information about the cfe-commits mailing list