Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 1 | -3/+22 |
* | Don't warn about unused values in ternary ?: expressions unless both the LHS ... | Ted Kremenek | 2011-03-01 | 1 | -0/+9 |
* | Implement -Wunused-label. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -2/+2 |
* | Warn when an expression result in a LabelStmt is unused. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -0/+3 |
* | Fix rdar://8139785 "implement warning on dead expression in comma operator" | Argyrios Kyrtzidis | 2010-06-30 | 1 | -3/+13 |
* | Include all warnings under '-Wunused' in '-Wmost' and '-Wall'. | Ted Kremenek | 2010-04-08 | 1 | -0/+2 |
* | Don't emit an 'unused expression' warning for '||' and '&&' expressions that ... | Ted Kremenek | 2010-04-07 | 1 | -0/+13 |
* | Improve the unused-value check to look into comma expressions and filter out | John McCall | 2010-03-12 | 1 | -0/+53 |