Commits

Chris Hanson committed 76631d14bd3
Catch exceptions thrown during assertions. Since Swift itself has no exception support, use an Objective-C helper function to evaluate a block and return an NSDictionary indicating whether an exception was thrown out of that block (and if so, which exception). Addresses <rdar://problem/16453199>. Swift SVN r20880