Spurious -Wbitfield-enum-conversion warning when using signed enum in a bit-field #138738
Labels
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
Short reproduction:
The warning I get from clang (under
-Wconversion
) is:But the bit-field type is signed. And I can't write
signed E
either.The text was updated successfully, but these errors were encountered: