Commits

Ben Langmuir committed ca198b03202
[SourceKit] Annotate dynamic Self type in protocols Treat it like the static Self type, which is good enough for producing USRs in CursorInfo. This doesn't handle class dynamic self, which needs some kind of API change to printTypeRef to make it work. rdar://problem/25128561