This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG929e60b6bd2f: [analyzer] Relax constraints on const
qualified regions (authored by steakhal).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L
steakhal added a comment.
According to my measurements, this change has minor effects (1 new, 20
disappeared reports).
The interesting reports had really long bug paths, so I think there were some
default eval called functions down the line which made this patch surface this
way.
Repository:
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127763/new/
https://reviews.llvm.org/D127763
steakhal created this revision.
steakhal added reviewers: NoQ, martong, xazax.hun.
Herald added subscribers: manas, ASDenysPetrov, dkrupp, donat.nagy, Szelethus,
mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware.
Herald added a reviewer: Szelethus.
Herald added a project: All.
steak