[PATCH] D85528: [analyzer] Fix cast evaluation on scoped enums in ExprEngine
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 22 10:42:28 PDT 2020
xazax.hun added a comment.
In D85528#2229309 <https://reviews.llvm.org/D85528#2229309>, @steakhal wrote:
> It would be nice to have this fix in clang11.
> Do you think it's qualified for it?
Unfortunately, this is not a fix only change. This is a fix for refutation, but also a behavioral change for the default settings (so for most users). With this little time left until release, I would be uncomfortable landing a behavioral change. I'm not opposed to landing this to master, as we will have more time there to see whether there are any unwanted side effects in practice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85528/new/
https://reviews.llvm.org/D85528
More information about the cfe-commits
mailing list