[clang] Allow SortIncludes to override DisableFormat when both are explicitly set to true (PR #208916)
Joseph Tay via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 22:59:58 PDT 2026
DynamicProdBreaker wrote:
Is this closer to what you had in mind? I made it a struct instead of an enum since it seemed more natural, opens the door to adding more options to the struct easier than an enum, and lastly because it was easier for me to implement.
https://github.com/llvm/llvm-project/pull/208916
More information about the cfe-commits
mailing list