Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix false positive in -Wunsequenced and templates. | Richard Trieu | 2016-08-05 | 1 | -0/+55 |
* | Teach -Wunsequenced that the side-effects of a function evaluation are sequenced | Richard Smith | 2013-06-30 | 1 | -1/+11 |
* | PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's | Richard Smith | 2013-06-26 | 1 | -0/+2 |
* | Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not | Richard Smith | 2013-01-17 | 1 | -0/+5 |
* | -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for | Richard Smith | 2013-01-17 | 1 | -0/+7 |
* | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith | 2013-01-17 | 1 | -0/+91 |