This adds two visitors to the checker:
- trackExpressionValue() in order to highlight where does the return value come from when it's not a literal.
- A tag-based visitor (as in D58367) that explains where parameters are deallocated.
Differential D58368
[analyzer] MIGChecker: Implement bug reporter visitors. NoQ on Feb 18 2019, 9:09 PM. Authored by
Details This adds two visitors to the checker:
Diff Detail
Event TimelineComment Actions Looks good to me. I have some a minor diagnostic wording suggestion in line.
Comment Actions Thx!
Comment Actions Thanks you! I wanted to accept it when you remove it from the review-chain and after rewriting the summary. The latter is not that big deal, just wanted to let you know it remained the same. |