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:
Robert Widmann
2017-06-14 11:01:35 -07:00
parent 3af359cb44
commit abd5aa8e6d
22 changed files with 52 additions and 59 deletions

View File

@@ -3465,7 +3465,7 @@ public:
}
if (leadingSequence.empty() && LHS->getType() &&
LHS->getType()->isLValueType()) {
LHS->getType()->hasLValueType()) {
addAssignmentOperator(LHS->getType()->getRValueType(),
CurrDeclContext->getASTContext().TheEmptyTupleType);
}