Commits

Joe Groff committed f998c624e60
Runtime: Add a convenient `-[_SwiftValue _swiftTypeName]` method for debugging. This makes it a bit easier to diagnose unexpected boxing problems in the debugger, by allowing `po [value _swiftTypeName]` to work, instead of forcing users to know how to call `swift_getTypeName` from lldb themselves.