add default values for SymbolGraphOptions (#59037)

rdar://93780666
This commit is contained in:
QuietMisdreavus
2022-05-26 09:33:51 -06:00
committed by GitHub
parent 5eba1740ab
commit bf66515858
3 changed files with 14 additions and 9 deletions

View File

@@ -1257,6 +1257,7 @@ static void ParseSymbolGraphArgs(symbolgraphgen::SymbolGraphOptions &Opts,
Opts.PrettyPrint = false;
Opts.EmitSynthesizedMembers = true;
Opts.PrintMessages = false;
Opts.IncludeClangDocs = false;
}
static bool ParseSearchPathArgs(SearchPathOptions &Opts,