mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #79207 from beccadax/objcquious-indexes
Fix indexing crasher with implicit objcImpl inits
This commit is contained in:
@@ -863,6 +863,8 @@ public:
|
||||
return LastDeclAndKind.getInt();
|
||||
}
|
||||
|
||||
SourceRange getBraces() const;
|
||||
|
||||
bool hasUnparsedMembers() const;
|
||||
|
||||
void setDeserializedMembers(bool deserialized) { DeserializedMembers = deserialized; }
|
||||
|
||||
Reference in New Issue
Block a user