summaryrefslogtreecommitdiff
path: root/test/Sema/warn-unused-value.c
Commit message (Expand)AuthorAgeFilesLines
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-3/+22
* Don't warn about unused values in ternary ?: expressions unless both the LHS ...Ted Kremenek2011-03-011-0/+9
* Implement -Wunused-label.Argyrios Kyrtzidis2010-09-191-2/+2
* Warn when an expression result in a LabelStmt is unused.Argyrios Kyrtzidis2010-09-191-0/+3
* Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis2010-06-301-3/+13
* Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.Ted Kremenek2010-04-081-0/+2
* Don't emit an 'unused expression' warning for '||' and '&&' expressions that ...Ted Kremenek2010-04-071-0/+13
* Improve the unused-value check to look into comma expressions and filter outJohn McCall2010-03-121-0/+53