Commits

Kevin Ballard committed 66369468aa3
Use new-style _Nullable keywords in obj-c header Use the keywords `_Nullable`, `_Nonnull`, and `_Null_unspecified` instead of the older compatibility forms `__nullable`, `__nonnull`, and `__null_unspecified`. Part of rdar://problem/23614638