mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Disallow conforming to ObjC protocols with requirements that can't be imported.
For example, variadic ObjC method requirements. <rdar://problem/17366999> Swift SVN r19121
This commit is contained in:
@@ -3207,7 +3207,8 @@ Type ModuleFile::getType(TypeID TID) {
|
||||
}
|
||||
|
||||
ArrayRef<Decl *> ModuleFile::loadAllMembers(const Decl *D,
|
||||
uint64_t contextData) {
|
||||
uint64_t contextData,
|
||||
bool *) {
|
||||
// FIXME: Add PrettyStackTrace.
|
||||
BCOffsetRAII restoreOffset(DeclTypeCursor);
|
||||
DeclTypeCursor.JumpToBit(contextData);
|
||||
|
||||
Reference in New Issue
Block a user