Files
swift-mirror/tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
Ben Langmuir 44d422e294 [SourceKit] Only call sortCompletionResults where it's needed
This sort is only for codeComplete, not for codeCompleteOpen, but we
were doing it indiscrimiately leading to ~15% performance penalty in the
latter code path.

rdar://problem/25887631
2016-04-25 08:29:36 -07:00

45 KiB