Commits

Adrian Prantl committed 2f6f4a2a4a8
Add a workaround to not produce local variables for capture list arguments like "[weak self]". The better solution would be to require all variables to be described with a SILDebugValue(Addr) and then not describe capture list arguments (tracked in rdar://21185379). rdar://problem/22702122 Swift SVN r31963