Learn more about cloning repositories
You have read-only access
Runtime: Fix undersized allocation for out-of-line optional cast result. We accounted for the size difference between T and T? in the inline case, but not the out-of-line case. rdar://problem/27671131