[PATCH] D127732: [analyzer][NFC] Remove unused ExprEngine::evalBinOp functions

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 09:44:35 PDT 2022


steakhal added a comment.

In D127732#3581883 <https://reviews.llvm.org/D127732#3581883>, @martong wrote:

> LGTM
>
> Do we have a tool to automatically discover unused member functions? (There might be so many of them in CSA...)

I don't :(

The closest I found on the web is this: https://github.com/ttsiodras/DeadFunctionsDetector
But I haven't experimented with it yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127732



More information about the cfe-commits mailing list