Commits

John McCall committed 519645daa07
Add ConsumableManagedValue, which allows a value to declare whether it's owned by the emission code that's working with it. This is convenient when working extensively with values that are being propagated into multiple, often-disjoint paths, like switches. Swift SVN r19333