Description
Large C++ codebases can be checked for unused declarations and cleanup problems that slow everyday development. It is useful for maintainers who want simpler headers and less confusing code structure.
Cleanup tools should be used with code review, because automated findings may miss project conventions. Confirm changes with builds and tests before deleting code.