Commits

Chris Lattner committed bebbdfe0012
fix <rdar://problem/17691565> attempt to modify a 'let' variable with ++ results in typecheck error not being able to apply ++ to Float We now produce diagnostics like: - cannot pass 'let' value 'a' to mutating unary operator '++' - cannot pass get-only property 'b' to mutating unary operator '++' - cannot pass immutable value of type 'Int64' to mutating unary operator '++' Swift SVN r27772