llvm-project/clang-tools-extra/unittests/clangd
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
..
CMakeLists.txt [clangd] Add a FileSymbols container that manages symbols from multiple files. 2017-12-14 14:50:58 +00:00
ClangdTests.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
CodeCompleteTests.cpp [clangd] clang-format the source code. NFC 2017-12-13 12:53:16 +00:00
ContextTests.cpp [clangd] Introduced a Context that stores implicit data 2017-12-12 11:16:45 +00:00
FileSymbolsTests.cpp [clangd] Add a FileSymbols container that manages symbols from multiple files. 2017-12-14 14:50:58 +00:00
FuzzyMatchTests.cpp [clangd] Fuzzy match scorer 2017-12-01 17:08:02 +00:00
IndexTests.cpp [clangd] Fix a potential use-after-move bug. 2017-12-14 12:31:04 +00:00
JSONExprTests.cpp [clangd] New conventions for JSON-marshalling functions, centralize machinery 2017-11-30 21:32:29 +00:00
Matchers.h [clangd] Convert lit code completion tests to unit-tests. NFC 2017-12-08 15:00:59 +00:00
SymbolCollectorTests.cpp [clangd] Construct SymbolSlab from YAML format. 2017-12-14 12:17:14 +00:00
TestFS.cpp [clangd] Remove unused test param. NFC 2017-12-05 07:34:35 +00:00
TestFS.h [clangd] Remove unused test param. NFC 2017-12-05 07:34:35 +00:00
TraceTests.cpp [clangd] Tracing improvements 2017-11-23 17:12:04 +00:00