Commits

Chris Lattner committed 7b323a84605
fix <rdar://problem/19911096> QoI: terrible recovery when using '·' for an operator This patch improves error recovery for malformed operator declarations, previously we'd stop parsing the operator decl and try to parse the body as an expression, hilarity (and a pile of horrible errors) would ensue.