Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Diagnostics] Emit better -Wbool-operation's warning message if we known that... | David Bolvansky | 2019-10-07 | 1 | -3/+3 |
* | [Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation... | David Bolvansky | 2019-10-05 | 1 | -0/+2 |
* | Further improve -Wbool-operation bitwise negation message | Sam McCall | 2019-10-04 | 1 | -3/+3 |
* | [NFCI] Improve the -Wbool-operation's warning message | David Bolvansky | 2019-10-04 | 1 | -2/+4 |
* | [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa... | David Bolvansky | 2019-10-03 | 1 | -0/+20 |