[LLVMbugs] [Bug 1820] Macro expansion bug
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Sep 14 06:29:24 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=1820
Neil Booth <neil at daikokuya.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Neil Booth <neil at daikokuya.co.uk> 2008-09-14 08:29:22 ---
I noticed that clang treats keywords specially and differently to identifiers.
This bug was fixed for non-keyword identifiers, but is unfixed for keywords.
There may be other "tok::identifier" bugs in clang's preprocessor; it's tricky
to tell at-a-glance.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list