Commits

Chris Lattner committed b0b5a8f774d
Switch constructor arguments, curried arguments and selector arguments to be 'let' values (so they are immutable and don't get a box, etc). Add a flag to the swift compiler that turns the bulk of function arguments into lets, but don't set it yet. Swift SVN r12274