mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #37640 from apple/QuietMisdreavus/spi-symbols
add symbol-graph flag to include SPI symbols
This commit is contained in:
@@ -959,6 +959,7 @@ fillSymbolInfo(CursorSymbolInfo &Symbol, const DeclInfo &DInfo,
|
||||
/*EmitSynthesizedMembers*/ false,
|
||||
/*PrintMessages*/ false,
|
||||
/*SkipInheritedDocs*/ false,
|
||||
/*IncludeSPISymbols*/ true,
|
||||
};
|
||||
|
||||
symbolgraphgen::printSymbolGraphForDecl(DInfo.VD, DInfo.BaseType,
|
||||
|
||||
Reference in New Issue
Block a user