Commits

Enrico Granata committed 9ab5cea2969
Add a new case to the QuickLookObject enum: Logical(Bool) This is meant to represent to UI consumers the notion of a logical truth value Previously, we were using a String case to represent such values, but that loses potentially useful information to UI layers This fixes rdar://16719431 Swift SVN r17037