[PATCH] D81718: [Analyzer][NFC] Add methods `getReturnObject()` and `getArgObject()` to `CallEvent`

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 16 09:21:58 PDT 2020


NoQ added a comment.

If the checker does not know something, then neither does a method on `CallEvent`. I suggest you don't introduce methods on `CallEvent` the entire purpose of which is to support an incorrect solution in your checker.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81718/new/

https://reviews.llvm.org/D81718





More information about the cfe-commits mailing list