[PATCH] D25882: Remove special error recovery for ::(id)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 09:40:19 PST 2016


rnk added a comment.

I think the last time we discussed this, we decided that to truly fix this we need to audit all calls to PP.EnterToken(Stream) from the parser. They are probably broken in token caching mode. I haven't been able to find the time to do that. Should we commit this in the meantime, since we think this error recovery is questionable and adds unnecessary complexity?


https://reviews.llvm.org/D25882





More information about the cfe-commits mailing list