================
@@ -190,12 +200,15 @@ static int HandleFiles(ArrayRef<std::string> SourceFiles,
}
}
+ int Ret = 0;
if (!SourcesToBeParsed.empty()) {
----------------
balazske wrote:
It is not needed.
https://github.com/llvm/llvm-project/pull/222010