Commits

Chris Lattner committed 698380d6d36
Introduce a new bit in VarDecl, "isLet". Teach Sema that 'isLet' properties are not settable (like get-only ones). Set the 'isLet' bit in various places, but not the particularly interesting or useful places yet. Swift SVN r11121