Skip to content

Commit b6ad4ef

Browse files
authored
Merge pull request #42426 from bnbarham/cherry-uninit
[5.7][SymbolGraph] Initialize newly added IncludeClangDocs field
2 parents 05c1a92 + 935c946 commit b6ad4ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/DriverTool/swift_symbolgraph_extract_main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ int swift_symbolgraph_extract_main(ArrayRef<const char *> Args,
170170
ParsedArgs.hasArg(OPT_v),
171171
ParsedArgs.hasArg(OPT_skip_inherited_docs),
172172
ParsedArgs.hasArg(OPT_include_spi_symbols),
173+
/*IncludeClangDocs=*/false,
173174
};
174175

175176
if (auto *A = ParsedArgs.getLastArg(OPT_minimum_access_level)) {

0 commit comments

Comments
 (0)