We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 582981f + 7536c0a commit 48131f4Copy full SHA for 48131f4
plugins/cpp/parser/src/cppparser.cpp
@@ -779,6 +779,10 @@ bool CppParser::parseByJson(
779
LOG(warning)
780
<< '(' << job_.index << '/' << numCompileCommands << ')'
781
<< " Parsing " << command.Filename << " has been failed.";
782
+ else
783
+ LOG(debug)
784
+ << '(' << job_.index << '/' << numCompileCommands << ')'
785
+ << " Parsing " << command.Filename << " finished successfully.";
786
});
787
788
//--- Push all commands into the thread pool's queue ---//
0 commit comments