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