Commits

Doug Gregor committed 08be4611220
When performing an "is" check that involves bridging, do a full conditional check. Previously, we were only changing whether the object was of the right type, and not performing a deep check that (for example) the underlying array contained NSStrings for an "is String[]". Fixes the rest of <rdar://problem/16972956>. Swift SVN r18728