clion-cppcheck icon indicating copy to clipboard operation
clion-cppcheck copied to clipboard

`line number out of bounds` error notification shown for `valueFlowMaxIterations`

Open firewave opened this issue 1 year ago • 1 comments

        <error id="valueFlowMaxIterations" severity="debug" msg="ValueFlow maximum iterations exceeded" verbose="ValueFlow maximum iterations exceeded">
            <location file="C:\Users\Username\AppData\Local\Temp\VI0br4k4_tinyxml2.cpp" line="0" column="0"/>
        </error>

This message requires --debug to be shown.

firewave avatar Jan 05 '25 14:01 firewave

This is another type of message which should be shown at the file-level - see #60.

The notification is shown because this unlike others is currently not explicitly handled in the code.

firewave avatar Jan 05 '25 14:01 firewave