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