Go to file
Chris Lattner 03b5394da7 When parsing a function body, add it to the crash stack, giving us something
like:

Stack dump:
0.	t.c:5:10: in compound statement ('{}')
1.	t.c:3:12: in compound statement ('{}')
2.	t.c:3:12: parsing function body 'foo'
3.	clang t.c 
Abort

llvm-svn: 66118
2009-03-05 01:25:28 +00:00
clang When parsing a function body, add it to the crash stack, giving us something 2009-03-05 01:25:28 +00:00
llvm Add comment to emphasize that the while body is empty. 2009-03-05 01:08:35 +00:00