aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/unused-expr.c
AgeCommit message (Expand)Author
2009-10-13add rdar # I accidentally lost.Chris Lattner
2009-10-13merge two tests.Chris Lattner
2009-10-13make the diagnostic in the 'unused result' warning more preciseChris Lattner
2009-08-01More warnings for unused expressions.Anders Carlsson
2009-07-30Diagnose unused expression results for all statements, just not compound stat...Anders Carlsson
2009-07-28fix PR4633: cast to void should silence the 'unused expression' warning.Chris Lattner
2009-04-07Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-17add support for -fno-math-errno, and validate that it affects sema properly.Chris Lattner
2009-02-17sema no longer explodes, yay!Chris Lattner
2008-05-19Make the unused expression warning a bit less aggressive (found in PHP Eli Friedman
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-31Fix a bug/missing-feature Ted noticed: the 'unused' warning should notChris Lattner
2007-08-27Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().Steve Naroff
2007-08-26Fix a bug reported by Keith BauerChris Lattner
2007-08-21we now correctly emit:Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer