Commits

Xi Ge committed a7e4cfd0420
[SourceKit] Report container type USRs in the response to cursor-info request. Typically, users jump to type-specific interface from a member of that type, for instance, a.getSomething(). To generate the interface, we need to report the USR of the container type of "getSomething()", which is the USR for the type of a, when cursor info is requested for this function call.