summaryrefslogtreecommitdiffstats
path: root/test/Parser/statements.c
Commit message (Expand)AuthorAgeFilesLines
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-181-0/+15
* Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko2012-02-141-4/+4
* Don't skip past the '}' if an expression has error and is not followed by ';'.Argyrios Kyrtzidis2010-03-311-0/+5
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Ok, ok, I give in. Fix tests for unused result warning.Daniel Dunbar2009-08-011-3/+3
* Prep for new warning.Mike Stump2009-07-221-4/+4
* change ParseStatementOrDeclaration to emit the 'missing ;' withChris Lattner2009-06-141-0/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a couple of suboptimalities in error recovery.Chris Lattner2008-11-131-0/+7
* implement a fixme :), switch to -verify mode.Chris Lattner2008-11-131-6/+6
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+49