]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder.
authorSteve Naroff <snaroff@apple.com>
Mon, 2 Mar 2009 22:00:56 +0000 (22:00 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 2 Mar 2009 22:00:56 +0000 (22:00 +0000)
commit32ce8376efb7e0d70e5f7e8fcf685130293f412b
tree49f2e1d6ff2100a66795bc55f0df4f8e4f950d9f
parent077c1e7377edeef3438ba59cd8151177868b62d4
Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder.

Parser::ParseObjCMethodDefinition(): Make sure we don't exit the BodyScope until ActOnFinishFunctionBody() is complete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseObjc.cpp