Commits

David Farler committed aa86d1dd075
SwiftRemoteMirror: Fix crash emitting capture descriptors involving implicit self When emitting capture descriptors for functions with a smaller number of parameters than SIL parameters, the compiler can crash indexing into the heap layout's element types, because the capture index underflows to UINT_MAX. rdar://problem/26404583