summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/unused-expr.c
Commit message (Expand)AuthorAgeFilesLines
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-1/+1
* add rdar # I accidentally lost.Chris Lattner2009-10-131-1/+1
* merge two tests.Chris Lattner2009-10-131-0/+18
* make the diagnostic in the 'unused result' warning more preciseChris Lattner2009-10-131-2/+6
* More warnings for unused expressions.Anders Carlsson2009-08-011-0/+4
* Diagnose unused expression results for all statements, just not compound stat...Anders Carlsson2009-07-301-0/+19
* fix PR4633: cast to void should silence the 'unused expression' warning.Chris Lattner2009-07-281-0/+7
* Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar2009-04-071-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* add support for -fno-math-errno, and validate that it affects sema properly.Chris Lattner2009-02-171-1/+6
* sema no longer explodes, yay!Chris Lattner2009-02-171-3/+2
* Make the unused expression warning a bit less aggressive (found in PHP Eli Friedman2008-05-191-0/+5
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Fix a bug/missing-feature Ted noticed: the 'unused' warning should notChris Lattner2007-08-311-0/+5
* Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().Steve Naroff2007-08-271-2/+1
* Fix a bug reported by Keith BauerChris Lattner2007-08-261-1/+7
* we now correctly emit:Chris Lattner2007-08-211-1/+2
* New testcase for unused expression analysisChris Lattner2007-06-271-0/+26
OpenPOWER on IntegriCloud