feat(tidy): Add new FairMQTidy.cmake module

This commit is contained in:
Dennis Klein
2021-06-26 02:57:26 +02:00
committed by Dennis Klein
parent 3118934e8b
commit 4fc4498aed
7 changed files with 181 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ int main(int argc, const char** argv)
{
// TODO Replace command line parser with CLI11
auto parser(clang::tooling::CommonOptionsParser::create(
argc, argv, ToolCategory, llvm::cl::NumOccurrencesFlag::Optional, ""));
argc, argv, ToolCategory, llvm::cl::NumOccurrencesFlag::ZeroOrMore, ""));
if (!parser) {
llvm::errs() << parser.takeError();
return EXIT_FAILURE;