Find unused code in C++ projects. More information: https://github.com/myint/cppclean.
cppclean path/to/project
inc1/ and inc2/ directories:cppclean path/to/project --include-path inc1 --include-path inc2
main.cpp:cppclean main.cpp
cppclean . --exclude build