From 37a3544ff54032ce86b0d346461b537425f06c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 31 Dec 2018 07:52:14 +0100 Subject: [PATCH] CheckNullPointer: Try to report all CTU issues not just the first found issue --- lib/checknullpointer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/checknullpointer.cpp b/lib/checknullpointer.cpp index ec5e46158..ba6b226b9 100644 --- a/lib/checknullpointer.cpp +++ b/lib/checknullpointer.cpp @@ -685,8 +685,6 @@ bool CheckNullPointer::analyseWholeProgram(const CTU::FileInfo *ctu, const std:: foundErrors = true; break; } - if (foundErrors) - break; } }