| commit | 5c5808a9a3d509d900299ba2b70ed5fd07ba44f7 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Oct 29 05:08:52 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Oct 29 05:08:52 2007 +0000 |
| tree | 548a9f9b138b68f948ecbf5ba54d9324aca43963 | |
| parent | d849982e843e5295489409caaf4e95093b019fca [diff] |
improve error recovery handling broken 'then' or 'else' stmts in 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