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? - Kim _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
