Douglas Gregor wrote: > We don't want to be one character after the end; we want to be after > the last character in the token that end points to . Use > PP.getLocForEndOfToken(E->getSourceRange().getEnd()) instead, as we do > in Parser::SuggestParentheses.
Aha. Fixed in r83910. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
