On Fri, May 2, 2014 at 10:59 AM, Kim Gräsman <[email protected]> wrote: > Hi Hans, > > Drive-by review... > > On Tue, Apr 29, 2014 at 9:42 PM, Hans Wennborg <[email protected]> wrote: >> >> + // Special case: "]^" are the first characters. >> + if (I + 1 != E && I[0] == '^' && I[1] == ']') { > > The comment says "]^" but the code is looking for "^]" -- I'm guessing > the code is right?
Yup :) Thanks for spotting this! Fixed in r207854. Cheers, Hans _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
