Commits

Sonny Falk committed 26206d95a58
[AST] Add the braces source range to invalid VarDecl nodes that have rejected accessors due to syntax errors. This allows AST clients to consult the source range of the braces for computed properties even when there are errors. Addresses the first part of <rdar://problem/16747499>. Swift SVN r19843