[PATCH] D131307: [Clang] Allow downgrading to a warning the diagnostic for 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
Sat Aug 6 11:48:59 PDT 2022
smeenai added a comment.
Thank you!
I'm worried that users might miss this if it's only in the release notes, and then we'd be in a similar situation again when we try converting it to an error. Maybe you could also include the bit about the diagnostic turning into error-only in the diagnostic message itself, to make it more likely for people to notice it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131307/new/
https://reviews.llvm.org/D131307
More information about the cfe-commits
mailing list