MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
137 stars 11 forks source link

Add support for demangling other USR types #14

Closed keith closed 1 year ago

keith commented 1 year ago

Usrs sometimes have multiple leading identifiers, in this case e: for extension. Previously we supported stripping a single s:, now we support stripping all the leading identifiers as long as they still start with s: (and not c: like some Objective-C USRs).