mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[index] Move core indexing code out of SourceKit
Leaving only the SourceKit-specific code (e.g. UID generation) behind in SourceKit. rdar://problem/22348041
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
using namespace SourceKit;
|
||||
using namespace swift;
|
||||
using namespace swift::ide;
|
||||
using swift::index::SymbolKind;
|
||||
using swift::index::SymbolSubKind;
|
||||
|
||||
static UIdent KindDeclFunctionFree("source.lang.swift.decl.function.free");
|
||||
static UIdent KindRefFunctionFree("source.lang.swift.ref.function.free");
|
||||
|
||||
Reference in New Issue
Block a user