]> granicus.if.org Git - clang/commit
When importing an ObjCInterfaceDecl, ensure that
authorSean Callanan <scallanan@apple.com>
Fri, 11 Nov 2011 17:39:52 +0000 (17:39 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 11 Nov 2011 17:39:52 +0000 (17:39 +0000)
commitb1ce730962fba225a7d59215e1a0ee71ce633b89
treeef814014a631fe90b532fdf475d59f9332d5f930
parente97ac9e684aecb5fc3fb9f86da09b8bb9dc31ff4
When importing an ObjCInterfaceDecl, ensure that
superclass information is imported before validating
it.  This fixes spurious "incompatible superclasses"
errors in LLDB.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144393 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp