summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/if-empty-body.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* improve error recovery handling broken 'then' or 'else' stmts in Chris Lattner2007-10-291-0/+7
| | | | | | | | if statements. This implements Sema/if-empty-body.c:f3, silencing a bogus secondary warning. It also improve the location info for the nullstmts created for recovery purposes. llvm-svn: 43440
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
| | | | | | | rename -parse-ast-dump to -ast-dump remove -parse-ast, which is redundant with -fsyntax-only llvm-svn: 42852
* Emit a warning when the body of an if block is a NullStmt.Anders Carlsson2007-10-101-0/+9
llvm-svn: 42840
OpenPOWER on IntegriCloud