[clang] Fix Clang bug that -Wformat-signedness is not reported properly. (PR #150962)

via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 16 07:51:43 PDT 2025


DeanSturtevant1 wrote:

Just a note -- the gcc incompatibity noted above is due to the default for -Wformat being different between the two compilers. By default. Clang enables it, gcc disables it.

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


More information about the cfe-commits mailing list