[LLVMbugs] [Bug 6763] Using True/False as identifiers is not portable

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 1 20:02:15 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6763

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-04-01 22:02:14 CDT ---
We can't avoid every possible crazy macro :)

If these are coming from system headers, I recommend doing a #undef before the
#include of the llvm header.  Alternatively, #include the llvm headers before
anything else.

-- 
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