Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] SequenceChecker: Fix handling of operator ||, && and ?: | Bruno Ricci | 2019-12-22 | 1 | -7/+8 |
* | Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives | Richard Smith | 2019-05-06 | 1 | -0/+7 |
* | Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false... | Simon Pilgrim | 2019-05-05 | 1 | -7/+0 |
* | Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives | Richard Smith | 2019-05-04 | 1 | -0/+7 |
* | Fix -Wunsequenced false-positives in code controlled by a branch on | Richard Smith | 2019-05-02 | 1 | -0/+2 |
* | Teach EvaluatedExprVisitor that the condition and unselected branches of a | Richard Smith | 2014-12-03 | 1 | -0/+3 |
* | PR21706: -Wunsequenced was missing warnings when leaving a sequenced region t... | Richard Smith | 2014-12-03 | 1 | -2/+7 |
* | Teach -Wunsequenced that the side-effects of a function evaluation are sequenced | Richard Smith | 2013-06-30 | 1 | -0/+3 |
* | PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's | Richard Smith | 2013-06-26 | 1 | -0/+85 |