Skip to content

Commit e52ccf4

Browse files
committed
[SymbolGraph] Initialize newly added IncludeClangDocs field
This was added recently but not initialized in symbolgraph-extract. We never output Clang imported symbols from this tool, so always passing false is fine for now.
1 parent 4ebf04a commit e52ccf4

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)