Commits

Chris Lattner committed 7cd0f1739ad
A big part of handling address-only types is making sure that various emission routines use the SGFContext passed in. To help with this and to help the handshake, add a new "isInContext()" representation to ManagedValue. This makes the code producing and consuming these more explicit. NFC. Swift SVN r12783