mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the concept of a "nonsettable lvalue": Now everything that is
nonsettable is represented as an rvalue. Yay for one less concept in the AST. Swift SVN r11640
This commit is contained in:
@@ -1793,8 +1793,7 @@ void Serializer::writeType(Type ty) {
|
||||
unsigned abbrCode = DeclTypeAbbrCodes[LValueTypeLayout::Code];
|
||||
LValueTypeLayout::emitRecord(Out, ScratchRecord, abbrCode,
|
||||
addTypeRef(lValueTy->getObjectType()),
|
||||
lValueTy->getQualifiers().isImplicit(),
|
||||
!lValueTy->getQualifiers().isSettable());
|
||||
lValueTy->getQualifiers().isImplicit());
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user