r196048 - CommentLexer: When proceeding with a typo corrected name don't clobber the token.

Dmitri Gribenko gribozavr at gmail.com
Sun Dec 1 15:37:29 PST 2013


On Sun, Dec 1, 2013 at 7:09 AM, Benjamin Kramer
<benny.kra at googlemail.com> wrote:
> Author: d0k
> Date: Sun Dec  1 09:09:32 2013
> New Revision: 196048
>
> URL: http://llvm.org/viewvc/llvm-project?rev=196048&view=rev
> Log:
> CommentLexer: When proceeding with a typo corrected name don't clobber the token.
>
> This would crash if the token is used in another diagnostic. PR18051.

Bill,

Please pull this commit into the release branch.

Thanks!

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list