Commits

Ben Langmuir committed bfa5a1f67ff
[index] Factor out the dependency between the core indexing walker and SourceKit The goal is to be able to move the core IndexSwiftASTWalker code out of SourceKit, leaving only the serialization bits behind. Mostly this replaces some direct uses of UIdent strings with explicit enums, and then adds the translation code to produce those enums and to convert them into UIdents in SourceKit. rdar://problem/22348041