…of DefaultConventions to guaranteed. This is implemented by introducing an enum called NormalParameterConvention, enum class NormalParameterConvention { Owned, Guaranteed }; When one construc...
This PR contains support for enabling via the frontend option enable-guaranteed-normal-arguments for normal parameters to be emitted at +0 instead of +1. rdar://34222540