Question
STM32CubeIDE 1.13.2: cyclomatic complexity reports all C++ as dead code
I tried to analyze our mixed C/C++ STM32F4xx project, but all functions in *.cpp sources including "main()" are not shown by default, until I deactivated the "hide dead code" checkbox.
ST,
could you please confirm the bug in new Cyclomatic Complexity tool?
Hiding unlinked code would be useful indeed, if all actually called C++ functions would be reported correctly.
