[clang-tools-extra] Add refactoring tool to convert between ternary (?:) expressions and equivalent if/else statements (PR #166822)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 7 09:13:28 PST 2025
DheerajAgarwal1234 wrote:
That’s a good observation, I went with modernize mainly because the last round of feedback suggested following the transformation-based checks model.
Looks like whichever folder I choose, I’ll still manage to be in the wrong one
https://github.com/llvm/llvm-project/pull/166822
More information about the cfe-commits
mailing list