[cfe-commits] r46524 - in /cfe/trunk: AST/Stmt.cpp AST/StmtSerialization.cpp Parse/ParseObjc.cpp Sema/Sema.h Sema/SemaStmt.cpp include/clang/AST/Stmt.h include/clang/Parse/Action.h

Chris Lattner clattner at apple.com
Wed Jan 30 11:10:07 PST 2008


On Jan 30, 2008, at 9:41 AM, Fariborz Jahanian wrote:

>
> On Jan 29, 2008, at 10:23 PM, Chris Lattner wrote:
>
>>>
>>> +  ConsumeParen();  // ')'
>>> +  StmtResult SynchBody = ParseCompoundStatementBody();
>>
>> ParseCompoundStatementBody will abort if not given a "{".  Please  
>> check that one exists before calling it.
>
> Good catch. Yes, it must be a compound statement.
> All done.

Thanks Fariborz!

-Chris



More information about the cfe-commits mailing list