Add BuiltinReferenceKind::WRITES_VALUE_CXX
, that is used for the left-hand side of operator=
calls
#554
Labels
BuiltinReferenceKind::WRITES_VALUE_CXX
, that is used for the left-hand side of operator=
calls
#554
Do the same for
UPDATES_VALUE_CXX
for overloads of things like*=
,+=
, etc.The text was updated successfully, but these errors were encountered: