Commits

Ben Langmuir committed e327378b24a
[SourceKit] Add annotation tags for decl names This splits the printDeclNamEndLoc callback into NameEndLoc and NameOrSignatureEndLoc variants to differentiate whether or not signatures are included. All existing clients move to NameOrSignatureEndLoc to maintain the current behaviour. I'm still not completely happy with how these are named, but I dont' have any better ideas right now. rdar://problem/24292226