parent
743199221b
commit
c1694c6ab7
|
@ -118,6 +118,8 @@ CommonOptionsParser::CommonOptionsParser(
|
|||
|
||||
Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc, argv));
|
||||
cl::ParseCommandLineOptions(argc, argv, Overview);
|
||||
cl::PrintOptionValues();
|
||||
|
||||
SourcePathList = SourcePaths;
|
||||
if ((OccurrencesFlag == cl::ZeroOrMore || OccurrencesFlag == cl::Optional) &&
|
||||
SourcePathList.empty())
|
||||
|
|
Loading…
Reference in New Issue