[clang] [clang] Warn on signed char array constant conversion (PR #203792)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 9 10:53:48 PDT 2026
================
@@ -482,6 +469,9 @@ features cannot lower the translation-unit ABI level;
dimension that is a zero integer constant, as in `struct Empty vla[n]` or
`int vla[n][0]`. (#GH28328)
+- Fixed a missing `-Wconstant-conversion` diagnostic for `signed char` array
----------------
filaka771 wrote:
Thanks! Already fixed.
https://github.com/llvm/llvm-project/pull/203792
More information about the cfe-commits
mailing list