mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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.
This commit is contained in:
@@ -170,6 +170,7 @@ int swift_symbolgraph_extract_main(ArrayRef<const char *> Args,
|
||||
ParsedArgs.hasArg(OPT_v),
|
||||
ParsedArgs.hasArg(OPT_skip_inherited_docs),
|
||||
ParsedArgs.hasArg(OPT_include_spi_symbols),
|
||||
/*IncludeClangDocs=*/false,
|
||||
};
|
||||
|
||||
if (auto *A = ParsedArgs.getLastArg(OPT_minimum_access_level)) {
|
||||
|
||||
Reference in New Issue
Block a user