Commits

Ben Langmuir committed 1a83912c4ef
[SourceKit] Add fully annotated declaration to DocInfo requests Also expose the printing function as a SwiftLangSupport static method. Ideally we could move this into libIDE, but it currently depends on the UIdent visitor to get decl-specific tag names and it's not obvious how we should hoist/abstract that out in a nice way. rdar://problem/24292226 rdar://problem/24292304