Commits
Joe Groff committed dcd47ec8792
Reflection: Add QuickLookObject tags for ints and floats. Playgrounds want to be able to represent numbers different from strings, so provide different tags for types that represent numbers distinct from strings. Set up the Int and Double mirrors to return quick look objects of the appropriate cases, and hook up the magic ObjC mirror to do the same for NSNumbers. <rdar://problem/16360758> Swift SVN r15219