What this developer tool does
Inspect C++ code for maintainability, memory-management patterns, object-oriented risks, and modernization opportunities. It reports estimated complexity, raw and smart pointer use, allocation APIs, inheritance signals, code smells, and a Modern C++ score.
Input → protected lexical scan → tool-specific parsing or transformation → metrics → status and recommendations
Results are browser-side heuristics. They do not replace Roslyn, Clang, a compiler, unit tests, or project-specific static analysis.