Commits

Michael Gottesman committed 0c5d457fd19
[arc] guaranteed parameters are always known safe BU. The reason why this is true is that we know that a guaranteed parameter must out live the current function. That means that no releases on that guaranteed parameter can be "last" releases. rdar://25091228