[cfe-commits] r108175 - in /cfe/trunk: include/clang/Lex/Preprocessor.h lib/Lex/PPCaching.cpp
Chris Lattner
clattner at apple.com
Mon Jul 12 17:02:43 PDT 2010
On Jul 12, 2010, at 2:45 PM, Argyrios Kyrtzidis wrote:
>>>
>>> If we are past tok::eof and in caching lex mode, avoid caching repeated tok::eofs.
>>
>> I'm confused about this: why is someone calling Lex after tok::eof got returned?
>
> Why not ? :-)
> You are right, the check is totally unnecessary, I removed it at r108199.
Awesome, thanks!
More information about the cfe-commits
mailing list