llvm-project/clang-tools-extra/clangd/index
Eric Liu eea1633878 [clangd] Build in-memory index on symbols in files.
Reviewers: sammccall

Reviewed By: sammccall

Subscribers: klimek, mgorny, ilya-biryukov, cfe-commits

Differential Revision: https://reviews.llvm.org/D41276

llvm-svn: 320807
2017-12-15 12:25:02 +00:00
..
FileIndex.cpp [clangd] Build in-memory index on symbols in files. 2017-12-15 12:25:02 +00:00
FileIndex.h [clangd] Build in-memory index on symbols in files. 2017-12-15 12:25:02 +00:00
Index.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
Index.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
MemIndex.cpp [clangd] Symbol index interfaces and an in-memory index implementation. 2017-12-14 11:25:49 +00:00
MemIndex.h [clangd] Symbol index interfaces and an in-memory index implementation. 2017-12-14 11:25:49 +00:00
SymbolCollector.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
SymbolCollector.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
SymbolYAML.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
SymbolYAML.h [clangd] Construct SymbolSlab from YAML format. 2017-12-14 12:17:14 +00:00