mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Generate an implicit 'materializeForSet' accessor
along with getters and setters. Just generate it for now. Swift SVN r22011
This commit is contained in:
@@ -236,6 +236,10 @@ void SILDeclRef::print(raw_ostream &OS) const {
|
||||
Suffix = "!setter";
|
||||
decl = FD->getAccessorStorageDecl();
|
||||
break;
|
||||
case AccessorKind::IsMaterializeForSet:
|
||||
Suffix = "!materializeForSet";
|
||||
decl = FD->getAccessorStorageDecl();
|
||||
break;
|
||||
}
|
||||
|
||||
printFullContext(decl->getDeclContext(), OS);
|
||||
|
||||
Reference in New Issue
Block a user