[clang-tools-extra] [clang-tidy] : add fix-it for if/else case (PR #196783)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Sun May 10 00:37:32 PDT 2026


https://github.com/zwuis requested changes to this pull request.

Current fixit is definitely wrong. The execution of the `else` branch should depend on the condition.

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


More information about the cfe-commits mailing list