[PATCH] D45117: [analyzer] Fix diagnostics in callees of interesting callees.

2018-04-19 Thread Artem Dergachev via Phabricator via cfe-commits
NoQ added a comment. Herald added a subscriber: baloghadamsoftware. https://reviews.llvm.org/rC330375 has nothing to do with this review; i misplaced the link in the commit message again. Repository: rL LLVM https://reviews.llvm.org/D45117 ___ c

[PATCH] D45117: [analyzer] Fix diagnostics in callees of interesting callees.

2018-04-03 Thread Phabricator via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL329102: [analyzer] Fix diagnostics in callees of interesting callees. (authored by dergachev, committed by ). Herald added

[PATCH] D45117: [analyzer] Fix diagnostics in callees of interesting callees.

2018-03-30 Thread Artem Dergachev via Phabricator via cfe-commits
NoQ created this revision. NoQ added reviewers: dcoughlin, xazax.hun, a.sidorin, george.karpenkov, szepet. Herald added subscribers: cfe-commits, rnkovacs. `removeUnneededCalls()` is responsible for removing path diagnostic pieces within functions that don't contain "interesting" events. It is th