]> granicus.if.org Git - clang/commit
Be a bit more careful with undefined CXXRecordDecls. Fixes
authorDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 00:21:21 +0000 (00:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 00:21:21 +0000 (00:21 +0000)
commit025291b591a528d8a3f303991f65e19fa1e90a9d
treeb92caa3874ccf8f71e0f05e1f552a9f9bee9321a
parent34161996e5bec20bcc3a97894a3a38f2d0f56c72
Be a bit more careful with undefined CXXRecordDecls. Fixes
rdar://problem/8124080 and PR7118.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/JumpDiagnostics.cpp
lib/Sema/SemaLookup.cpp
test/SemaCXX/crash-8124080.cpp [new file with mode: 0644]