Merge pull request #79207 from beccadax/objcquious-indexes

Fix indexing crasher with implicit objcImpl inits
This commit is contained in:
Becca Royal-Gordon
2025-02-10 18:24:28 -08:00
committed by GitHub
4 changed files with 25 additions and 5 deletions

View File

@@ -863,6 +863,8 @@ public:
return LastDeclAndKind.getInt();
}
SourceRange getBraces() const;
bool hasUnparsedMembers() const;
void setDeserializedMembers(bool deserialized) { DeserializedMembers = deserialized; }