Dmitri Gribenko
0f36bec31f
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
2016-02-18 16:41:35 -08:00
Xi Ge
dfd0a86986
[SourceKit] Teach SourceKit to recognized USRs for synthesized extensions.
...
So that IDE can jump to the synthesized extensions instead of the actual extensions.
2016-02-16 17:22:58 -08:00
Xi Ge
329345077b
[SourceKit] Add a new query to collect all group names from a module.
...
Input:
Request Id: 'source.request.module.groups'
Required field: 'key.modulename'
Output:
Array of group names in that module, if any.
2016-02-08 17:22:10 -08:00
Argyrios Kyrtzidis
8ff6a98a99
[sourcekit] Merge SourceKit into the Swift repo.
...
The code goes into its own sub-tree under 'tools' but tests go under 'test',
so that running 'check-swift' will also run all the SourceKit tests.
SourceKit is disabled on non-darwin platforms.
2015-11-05 01:09:08 -08:00