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