Commits

Joe Groff committed 41f73d43aeb
Runtime: Try to make lazy ErrorType-to-NSError bridging thread-safe. Atomically initialize and load the NSError bridging fields within an ErrorType box so that we do the right thing when two threads concurrently coerce the box to NSError. Swift SVN r26996