[PATCH] D127763: [analyzer] Relax constraints on const qualified regions

2022-06-15 Thread Balázs Benics via Phabricator via cfe-commits
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

[PATCH] D127763: [analyzer] Relax constraints on const qualified regions

2022-06-15 Thread Balázs Benics via Phabricator via cfe-commits
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:

[PATCH] D127763: [analyzer] Relax constraints on const qualified regions

2022-06-15 Thread Gabor Marton via Phabricator via cfe-commits
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

[PATCH] D127763: [analyzer] Relax constraints on const qualified regions

2022-06-14 Thread Balázs Benics via Phabricator via cfe-commits
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