[PATCH] D130058: [Clang] Diagnose ill-formed constant expression when setting a non fixed enum to a value outside the range of the enumeration values

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 15:04:52 PDT 2022


smeenai added a comment.

In D130058#3708209 <https://reviews.llvm.org/D130058#3708209>, @ayermolo wrote:

> +2 turning it in to warning. It's breaking our builds, due to boost. :(

This was done by D131307 <https://reviews.llvm.org/D131307>, which I'm hoping will land soon :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130058/new/

https://reviews.llvm.org/D130058



More information about the cfe-commits mailing list