[PATCH] D131528: [Clang] Restrict non fixed enum to a value outside the range of the enumeration values warning to context requiring a constant expression

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 11 06:31:19 PDT 2022


erichkeane added a comment.

In D131528#3715841 <https://reviews.llvm.org/D131528#3715841>, @thakis wrote:

> We're also still seeing the diag fire after this: https://ci.chromium.org/p/chromium/builders/ci/ToTLinux
>
> (And we cleaned up our codebase back when it was still an error.)
>
> Our bots have been red since the change to turn this into a warning landed.

Are you sure that is because of THIS patch?  That appears to be the bitfield conversion diagnostic that was recently mucked with, and no longer this one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131528



More information about the cfe-commits mailing list