Skip to content

Commit c7248eb

Browse files
authored
CheckUninitVar: added missing logChecker() call in analyseWholeProgram() (#7211)
1 parent cdc8cee commit c7248eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/checkuninitvar.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,9 @@ bool CheckUninitVar::analyseWholeProgram(const CTU::FileInfo &ctu, const std::li
17461746
{
17471747
(void)settings;
17481748

1749-
// TODO: logChecker
1749+
CheckUninitVar dummy(nullptr, &settings, &errorLogger);
1750+
dummy.
1751+
logChecker("CheckUninitVar::analyseWholeProgram");
17501752

17511753
if (fileInfo.empty())
17521754
return false;

0 commit comments

Comments
 (0)