llvm-project/clang-tools-extra/clangd/index
Eric Liu d293bf127a [clangd] Add a FileSymbols container that manages symbols from multiple files.
Reviewers: sammccall

Reviewed By: sammccall

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

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

llvm-svn: 320701
2017-12-14 14:50:58 +00:00
..
FileSymbols.cpp [clangd] Add a FileSymbols container that manages symbols from multiple files. 2017-12-14 14:50:58 +00:00
FileSymbols.h [clangd] Add a FileSymbols container that manages symbols from multiple files. 2017-12-14 14:50:58 +00:00
Index.cpp [clangd] Construct SymbolSlab from YAML format. 2017-12-14 12:17:14 +00:00
Index.h [clangd] Construct SymbolSlab from YAML format. 2017-12-14 12:17:14 +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] clang-format the source code. NFC 2017-12-13 12:53:16 +00:00
SymbolCollector.h [clangd] Remove the const specifier of the takeSymbol method 2017-12-13 12:39:06 +00:00
SymbolYAML.cpp [clangd] Construct SymbolSlab from YAML format. 2017-12-14 12:17:14 +00:00
SymbolYAML.h [clangd] Construct SymbolSlab from YAML format. 2017-12-14 12:17:14 +00:00