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

           Summary: Using True/False as identifiers is not portable
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The definition of areInvalidOperands in llvm/Instructions.h is not very
friendly. It uses True and False as identifiers, which in my code - and
probably a lot of older C code - are defined to 0 and 1.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to