Improve handling of statement expressions ({}):
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 10 Dec 2008 19:12:16 +0000 (19:12 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 10 Dec 2008 19:12:16 +0000 (19:12 +0000)
commitb8bae1dab5ff7acbcec689c43dcbe39efcc72e15
treeaba2007ab31862aa8e7d6ba578ff3a905a2306ea
parent0e799d695fb50c6e40ac46d3611c2a611312146e
Improve handling of statement expressions ({}):
- Fix spurious warnings about reaching the end of a non-void function
- Correct reachable statemente analysis
- More pretty AST printing.

[r24499]
ast.c
ast_t.h
parser.c