Commits

Chris Lattner committed 442de4d4b00
fix <rdar://problem/22162441> Crash from failing to diagnose nonexistent method access inside closure When CSGen was analyzing a DeclRefExpr reference, it was accidentally applying some magic only to anonymous closure parameters, not named ones, leading to a silent CSGen failure. Fix this by handling all closure parameters the same way. Swift SVN r31098