Fixed a problem in the Clang AST importer where
authorSean Callanan <scallanan@apple.com>
Fri, 1 Aug 2014 22:42:38 +0000 (22:42 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 1 Aug 2014 22:42:38 +0000 (22:42 +0000)
commit608fb390a82ed953cbd6a75be224fa1703f0412a
tree56a965269c82cc0533faaa9e2db5dd2c55b8bcd8
parent7f5755cfac55d895a1f42c789883fb3bd931cf9e
Fixed a problem in the Clang AST importer where
we overrode debug information as the authoritative
source for type information, substituting types
from the Objective-C runtime.  The runtime should
never be the primary source.

<rdar://problem/16065049>

llvm-svn: 214583
lldb/source/Symbol/ClangASTImporter.cpp