[PATCH] D108003: [Clang] Extend -Wbool-operation to warn about bitwise and of bools with side effects

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 15 02:37:20 PDT 2021


xbolva00 added a comment.

-Wbool-operation is basically enabled even without -Wall, but yeah, gcc only warns with -Wall specified.

I will change it as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108003/new/

https://reviews.llvm.org/D108003



More information about the cfe-commits mailing list