CheckNullPointer: Try to report all CTU issues not just the first found issue
This commit is contained in:
parent
5cc61e55f9
commit
37a3544ff5
|
@ -685,8 +685,6 @@ bool CheckNullPointer::analyseWholeProgram(const CTU::FileInfo *ctu, const std::
|
|||
foundErrors = true;
|
||||
break;
|
||||
}
|
||||
if (foundErrors)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue