]> granicus.if.org Git - clang/commit
When semantic analysis fail to introduce a class or class template,
authorDouglas Gregor <dgregor@apple.com>
Mon, 21 Jun 2010 22:31:09 +0000 (22:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 21 Jun 2010 22:31:09 +0000 (22:31 +0000)
commit07976d25eda0fed2734518be022ee84fab898cc6
treeb7a950f491e55d68dd710b839ab37309857de005
parente437baccbeb1b69ca9cc3f3d053b0543e28d4681
When semantic analysis fail to introduce a class or class template,
just skip over the body of the class or class template: it's a
semantic disaster that's likely to cause invariants to break. Fixes
part of <rdar://problem/8104754>.

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