[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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 06:31:27 PDT 2023


erichkeane added a comment.

In D150226#4332024 <https://reviews.llvm.org/D150226#4332024>, @erichkeane wrote:

> One of the buildbot failures is the test you modified (\dr1xx.c), so I suspect it is related.
>
> I THINK this needs a notice on the 'breaking changes' mailing list as well.
>
> For release notes, I'd put it in the 'Potentially Breaking Changes' section.

Interestingly, my downstream noticed both of those same two tests failing, so I think you're right.  I have no idea why I thought you'd modified dr1xx.c?  No idea what I was thinking, so disregard.  So just the 'breaking changes' mailing list, and the release notes for me are needed.


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

https://reviews.llvm.org/D150226



More information about the cfe-commits mailing list