[PATCH] D150226: [Clang] Remove ability to downgrade warning on the diagnostic for setting a non fixed enum to a value outside the range of the enumeration values

Manoj Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 12 13:17:44 PDT 2023


manojgupta added a comment.

In D150226#4338738 <https://reviews.llvm.org/D150226#4338738>, @manojgupta wrote:

>> I was under the impression from https://github.com/boostorg/mpl/issues/69 that this was fixed but there are a number of issues off of the main one and maybe I am confused.
>
> Seems like boost 1.81 has the mentioned fix. I can try it and see if the warning still fires.

Building boost 1.81 itself worked. But I still need to check the whole codebase.


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

https://reviews.llvm.org/D150226



More information about the cfe-commits mailing list