This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Remove unused ExprEngine::evalBinOp functions
ClosedPublic

Authored by steakhal on Jun 14 2022, 3:20 AM.

Diff Detail

Event Timeline

steakhal created this revision.Jun 14 2022, 3:20 AM
Herald added a project: Restricted Project. · View Herald Transcript
steakhal requested review of this revision.Jun 14 2022, 3:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 3:20 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.Jun 14 2022, 8:20 AM

LGTM

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

This revision is now accepted and ready to land.Jun 14 2022, 8:20 AM

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.

This revision was landed with ongoing or failed builds.Jun 14 2022, 10:15 AM
This revision was automatically updated to reflect the committed changes.