[PATCH] D131528: [Clang] Restrict non fixed enum to a value outside the range of the enumeration values warning to context requiring a constant expression
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 11 05:39:24 PDT 2022
thakis added a comment.
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.
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