CheckNullPointer: Try to report all CTU issues not just the first found issue

This commit is contained in:
Daniel Marjamäki 2018-12-31 07:52:14 +01:00
parent 5cc61e55f9
commit 37a3544ff5
1 changed files with 0 additions and 2 deletions

View File

@ -685,8 +685,6 @@ bool CheckNullPointer::analyseWholeProgram(const CTU::FileInfo *ctu, const std::
foundErrors = true;
break;
}
if (foundErrors)
break;
}
}