Skip to content

Commit d888cba

Browse files
committed
progress for addons
1 parent dbc5a82 commit d888cba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/cppcheck.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,8 @@ void CppCheck::executeAddons(const std::vector<std::string>& files, const std::s
15161516
if (isCtuInfo && addonInfo.name != "misra" && !addonInfo.ctu)
15171517
continue;
15181518

1519+
ProgressReporter(mErrorLogger, mSettings.reportProgress >= 0, files.front(), "addon:" + addonInfo.name + (isCtuInfo ? " (ctu)" : ""));
1520+
15191521
std::vector<picojson::value> results;
15201522

15211523
try {

0 commit comments

Comments
 (0)