mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename some X-Value-related entities
* Rename coerceToMaterializableValue to coerceToRValue * Rename isLValueType to hasLValueType to better match the intended semantics of the member.
This commit is contained in:
@@ -3465,7 +3465,7 @@ public:
|
||||
}
|
||||
|
||||
if (leadingSequence.empty() && LHS->getType() &&
|
||||
LHS->getType()->isLValueType()) {
|
||||
LHS->getType()->hasLValueType()) {
|
||||
addAssignmentOperator(LHS->getType()->getRValueType(),
|
||||
CurrDeclContext->getASTContext().TheEmptyTupleType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user