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

            Bug ID: 47739
           Summary: Support for unsigned bitfields
           Product: clang
           Version: trunk
          Hardware: All
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangb...@nondot.org
          Reporter: robert.dumi...@cyberthorstudios.com
                CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
                    richard-l...@metafoo.co.uk

Hi, 

As we can see inside Clang.cpp - -fsigned-bitfields is default, and clang
doesn't yet support -funsigned-bitfields.

-fsigned-bitfields
-funsigned-bitfields
-fno-signed-bitfields
-fno-unsigned-bitfields

These options control whether a bit-field is signed or unsigned, when the
declaration does not use either signed or unsigned.


Is there a plan to support -funsigned-bitfields? 
I could not find a ticket for it. 

Best regards, 
Robert

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

Reply via email to