================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
