Fix a bug where we will crash if we have a class "B" that is contained inside a class...
authorGreg Clayton <gclayton@apple.com>
Fri, 7 Feb 2014 19:21:56 +0000 (19:21 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 7 Feb 2014 19:21:56 +0000 (19:21 +0000)
commit4c484ecb31590a618741218a7aaeb348d648e960
treec7676d98a9436bd60788f64d92ec088e8defdc95
parent1d736c31d63bf58835050209666b2702d0c86235
Fix a bug where we will crash if we have a class "B" that is contained inside a class "A" in the DWARF where "A" is a forward declaration.

<rdar://problem/14673945>
<rdar://problem/15682781>

llvm-svn: 200985
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp