forked from pfqgauxfb/code-analysis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
491 B
9 lines
491 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<results>
|
|
Checking example.cc...
|
|
<error file="example.cc" line="5" id="unassignedVariable" severity="style" msg="Variable 'x' is not assigned a value."/>
|
|
<error file="example.cc" line="6" id="uninitvar" severity="error" msg="Uninitialized variable: x"/>
|
|
Checking usage of global functions..
|
|
<error id="missingInclude" severity="style" msg="Cppcheck cannot find all the include files (use --check-config for details)"/>
|
|
</results>
|