swift
d5d00011 - [SymbolGraphGen] improve handling of underscored protocols (#77251)

Commit
1 year ago
[SymbolGraphGen] improve handling of underscored protocols (#77251) * treat children of underscored protocols as public Children of underscored protocols should be treated as native children of their conforming types. To accomplish this, ignore underscored protocols in the isInherentlyPrivate check. rdar://124483146 * include underscored protocol methods even when skipping protocols rdar://128143861
Parents
Loading