Richard Trieu 1d3b58e317 Add a new error for unexpected semi-colon before closing delimiter.
Previously, if a semi-colon is unexpectedly added before a closing ')', ']' or
'}', two errors and one note would emitted, and the parsing would get confused
to which scope it was in.  This change consumes the semi-colon, recovers
parsing better, and emits only one error with a fix-it.

llvm-svn: 237192
2015-05-12 21:36:35 +00:00
..
2014-03-30 06:44:54 +00:00
2011-02-04 11:59:47 +00:00
2014-08-26 21:10:47 +00:00
2011-07-01 20:54:02 +00:00
2011-12-22 23:26:17 +00:00