[clang] [Clang] Implement Wpointer-bool-conversion-strict (PR #131523)

via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 16 18:33:20 PDT 2025


hstk30-hw wrote:

We have so many conversion from ptr to bool like null check stmt `if (!p) ...` .
Open the option will get many warnings, and can't figure out the real case from it.



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


More information about the cfe-commits mailing list