Commits

Adrian Prantl committed f1315f8b5c2
Debug Info: Make sure to enter a new SILDebugScope before generating weak copies for capture list variables. Other wise two variables with identical names will end up in the same scope. This fixes a crash in the compiler. rdar://problem/24150188 SR-526