Merge pull request #36863 from apple/QuietMisdreavus/docs-inheritance

[SymbolGraph] Add information about "inherited docs" for synthesized symbols
This commit is contained in:
QuietMisdreavus
2021-04-19 19:40:38 -06:00
committed by GitHub
14 changed files with 138 additions and 6 deletions

View File

@@ -870,6 +870,7 @@ fillSymbolInfo(CursorSymbolInfo &Symbol, const DeclInfo &DInfo,
AccessLevel::Private,
/*EmitSynthesizedMembers*/ false,
/*PrintMessages*/ false,
/*SkipInheritedDocs*/ false,
};
symbolgraphgen::printSymbolGraphForDecl(DInfo.VD, DInfo.BaseType,