Automated Dead code detection in native C++ application on Windows?

前端 未结 3 675
暗喜
暗喜 2021-02-02 01:22

Background

I have an application written in native C++ over the course of several years that is around 60 KLOC. There are many many functions and classes that are dead

3条回答
  •  没有蜡笔的小新
    2021-02-02 01:52

    We use Bullseye, and I can recommend it. It doesn't need to be run from a unit test environment, although that's what we do.

提交回复
热议问题