summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-bitwise-negation-bool.c
Commit message (Expand)AuthorAgeFilesLines
* [Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky2019-10-071-3/+3
* [Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation...David Bolvansky2019-10-051-0/+2
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-041-3/+3
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-041-2/+4
* [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa...David Bolvansky2019-10-031-0/+20
OpenPOWER on IntegriCloud