]> granicus.if.org Git - clang/commit
ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not
authorJohn McCall <rjmccall@apple.com>
Wed, 17 Mar 2010 19:25:57 +0000 (19:25 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 17 Mar 2010 19:25:57 +0000 (19:25 +0000)
commita8cab015e5f2750cb6f15e71016569739c2ad1e3
tree329fd2376a98f3f2cf5b7f683f0b34e3659c3746
parentf4e689b8528770001f4792f1f4ebdfb09d859e3d
ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not
ActOnStartCXXMemberDeclaration.  We haven't started the field collector on this
class yet, so don't stop it.  Fixes a crash in the VS buildbot and a memory error
on all the others.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/CXXFieldCollector.h
lib/Sema/SemaDecl.cpp