rsmith added a comment.

Can you also remove the corresponding diagnostic?



================
Comment at: lib/Parse/ParseExprCXX.cpp:73-75
   PP.EnterToken(ColonToken);
   if (!AtDigraph)
     PP.EnterToken(DigraphToken);
----------------
This seems to mess up the cached token buffer in the same way; it's a little 
surprising we don't see problems here too.


https://reviews.llvm.org/D25882



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to