Skip to content

Commit

Permalink
Print whole program analysis progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Sep 16, 2024
1 parent 97c5886 commit 990d277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/cppcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,9 @@ void CppCheck::executeAddons(const std::vector<std::string>& files, const std::s

void CppCheck::executeAddonsWholeProgram(const std::list<FileWithDetails> &files, const std::list<FileSettings>& fileSettings)
{
if (!mSettings.quiet)
mErrorLogger.reportOut("Analyzing whole program...", Color::FgGreen);

if (mSettings.addons.empty())
return;

Expand Down

0 comments on commit 990d277

Please sign in to comment.