Hey there,
i was using the cppcheck premium tool to find the misra c violations in a particular c file but the thing is that the xml report that gets generated is has a msg and the verbose attribute that has generic statement regarding a particular rule but i need a more specific explaination about the violation or the error that gets generated at the line number .So if there is any way to do this please help me out.
here is an example,the 'info' attribute gives me the additional info that i need .
<location file="1.c" line="2" column="8" info="Division by zero">
<location file="1.c" line="3" column="6" info="Assuming that condition '!x' is not redundant">
</location></location>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey there,
i was using the cppcheck premium tool to find the misra c violations in a particular c file but the thing is that the xml report that gets generated is has a msg and the verbose attribute that has generic statement regarding a particular rule but i need a more specific explaination about the violation or the error that gets generated at the line number .So if there is any way to do this please help me out.
here is an example,the 'info' attribute gives me the additional info that i need .
<location file="1.c" line="2" column="8" info="Division by zero">
<location file="1.c" line="3" column="6" info="Assuming that condition '!x' is not redundant">
</location></location>