ilya-biryukov added inline comments.
================
Comment at: lib/Lex/Lexer.cpp:1647
// looking up the identifier in the identifier table.
IdentifierInfo *II = PP->LookUpIdentifierInfo(Result);
----------------
sammccall wrote:
> move this down to where it's used - it's ignored for CC
It actually updates `Result` too!
And things break if we don't call it. Added a comment.
Repository:
rC Clang
https://reviews.llvm.org/D45887
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits