[PATCH] D128068: [analyzer] Do not emit redundant SymbolCasts

2022-07-05 Thread Gabor Marton 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 rG5d7fa481cf4d: [analyzer] Do not emit redundant SymbolCasts (authored by martong). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D128068: [analyzer] Do not emit redundant SymbolCasts

2022-07-05 Thread Gabor Marton via Phabricator via cfe-commits
martong added a comment. In D128068#3594171 , @steakhal wrote: >> We can't just do that check in `evalCast` because there are many additonal >> logic before we'd end up in `makeNonLoc`. > > I'm not exactly up to date. Could you please extend the summary

[PATCH] D128068: [analyzer] Do not emit redundant SymbolCasts

2022-06-18 Thread Balázs Benics via Phabricator via cfe-commits
steakhal accepted this revision. steakhal added a comment. This revision is now accepted and ready to land. > We can't just do that check in `evalCast` because there are many additonal > logic before we'd end up in `makeNonLoc`. I'm not exactly up to date. Could you please extend the summary wit

[PATCH] D128068: [analyzer] Do not emit redundant SymbolCasts

2022-06-17 Thread Gabor Marton via Phabricator via cfe-commits
martong created this revision. martong added reviewers: steakhal, NoQ, ASDenysPetrov. Herald added subscribers: manas, gamesh411, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun. Herald added a reviewer: Szelethus. Herald added a project: