Fixed a bug where if something went wrong while
authorSean Callanan <scallanan@apple.com>
Fri, 28 Sep 2012 20:47:47 +0000 (20:47 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 28 Sep 2012 20:47:47 +0000 (20:47 +0000)
commitd473424d53bc10d8eeb23d08fa1019afb3b35edd
treef0d9267e96e187f9c5c11a74da008c143bcb4ae9
parentb7243855d9bdaf319bd673e6bf3a33b9a0c7d0c8
Fixed a bug where if something went wrong while
constructing the ObjCInterfaceDecl for an ISA,
we'd continue and try to use that Decl anyway,
possibly causing a crash.

llvm-svn: 164844
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeVendor.cpp