Commits

Jordan Rose committed af1a8154a3e
Guard against racy access to NSError.setUserInfoValueProvider. (#4280) This API is documented in its headers to only allow being called once for a particular domain, so we have to make sure our check for an existing provider is synchronized with the setting. rdar://problem/27541751