summaryrefslogtreecommitdiff
path: root/test/Parser/statements.c
AgeCommit message (Expand)Author
2012-09-18If a comma operator is followed by a token which unambiguously indicates theRichard Smith
2012-02-14Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko
2010-03-31Don't skip past the '}' if an expression has error and is not followed by ';'.Argyrios Kyrtzidis
2010-01-23Insulate these from changes to the default for -Wunreachable-code.Mike Stump
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-01Ok, ok, I give in. Fix tests for unused result warning.Daniel Dunbar
2009-07-22Prep for new warning.Mike Stump
2009-06-14change ParseStatementOrDeclaration to emit the 'missing ;' withChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-13Fix a couple of suboptimalities in error recovery.Chris Lattner
2008-11-13implement a fixme :), switch to -verify mode.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer