Commit Graph

3 Commits

Author SHA1 Message Date
Vedant Kumar
20f95f9250 [DebuggerSupport] Test formatting of the small and Cocoa variants
This test case has been lifted from test/stdlib/NewString.swift.
2018-01-30 18:29:35 -08:00
Vedant Kumar
7fe43d6d71 Mark a debugger support test as requiring objc_interop 2018-01-29 17:36:46 -08:00
Vedant Kumar
5049db0dd9 [DebuggerSupport] Attempt expanding objects with .class display style
When pretty-printing objects, attempt to expand & print objects which
have the `.class` display style even if they do not have any instance
variables. The pretty-printer will still bail out if the object does not
conform to CustomReflectable.

This is enough to teach the pretty-printer to format bridged NSStrings.

rdar://36843869
2018-01-29 15:31:53 -08:00