https://bugs.llvm.org/show_bug.cgi?id=37076

            Bug ID: 37076
           Summary: Long Long Enum Constant
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: bumblebritche...@gmail.com
                CC: llvm-bugs@lists.llvm.org

For some reason, enums are limited to 32 bits (and have to be signed for some
reason)

Can you bump it up to a long long?

As it is, I can't put the magic number of a PNG file as a constant in an enum,
I have to use a macro, which is just icky.

I know the standard says it's type is an unqualified int, but getting the
standard changed requires an implementation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to