llvm-project/clang-tools-extra/clangd/index
Haojian Wu 228b130a4b [clangd] Fix buildbot error.
llvm-svn: 361960
2019-05-29 14:11:53 +00:00
..
dex [clangd] lower_bound -> bsearch, NFC 2019-04-17 07:00:36 +00:00
Background.cpp [clangd] Count number of references while merging RefSlabs inside FileIndex 2019-05-09 14:22:07 +00:00
Background.h [clangd] Use AsyncTaskRunner in BackgroundIndex instead of std::thread 2019-05-09 12:04:07 +00:00
BackgroundIndexStorage.cpp [clangd] Delete an unused declaration 2019-05-01 12:16:37 +00:00
CanonicalIncludes.cpp [clangd] Fix buildbot error. 2019-05-29 14:11:53 +00:00
CanonicalIncludes.h [clangd] Include insertion: require header guards, drop other heuristics, treat .def like .inc. 2019-04-17 10:36:02 +00:00
FileIndex.cpp [clangd] Bump index version and get rid of wrong assertion 2019-05-09 15:07:53 +00:00
FileIndex.h [clangd] Count number of references while merging RefSlabs inside FileIndex 2019-05-09 14:22:07 +00:00
Index.cpp Moved Ref into its own header and implementation file 2019-02-28 13:49:25 +00:00
Index.h [clangd] Fix an out-of-date FIXME, NFC. 2019-03-14 10:01:07 +00:00
IndexAction.cpp [clangd] Count number of references while merging RefSlabs inside FileIndex 2019-05-09 14:22:07 +00:00
IndexAction.h [clangd] Respect Origin option in createStaticIndexingAction 2019-03-11 11:01:14 +00:00
MemIndex.cpp [clangd] Show template argument list in workspacesymbols and documentsymbols responses 2019-04-12 10:09:37 +00:00
MemIndex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Merge.cpp Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Merge.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Ref.cpp [clangd] Deduplicate Refs on the fly. 2019-03-08 09:26:30 +00:00
Ref.h [clangd] Use capacity() instead of size() in RefSlab::bytes() 2019-04-02 08:24:37 +00:00
Serialization.cpp [clangd] Bump index version and get rid of wrong assertion 2019-05-09 15:07:53 +00:00
Serialization.h Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Symbol.cpp [clangd] Fix header-guard check for include insertion, and don't index header guards. 2019-05-03 13:17:29 +00:00
Symbol.h [clangd] Fix header-guard check for include insertion, and don't index header guards. 2019-05-03 13:17:29 +00:00
SymbolCollector.cpp [clangd] Fix header-guard check for include insertion, and don't index header guards. 2019-05-03 13:17:29 +00:00
SymbolCollector.h [clangd] Fix header-guard check for include insertion, and don't index header guards. 2019-05-03 13:17:29 +00:00
SymbolID.cpp [clangd] NFC: fix clang-tidy warnings. 2019-01-25 15:14:03 +00:00
SymbolID.h Moved DenseMap support for SymbolID into SymbolID.h 2019-02-28 11:00:44 +00:00
SymbolLocation.cpp Moved SymbolLocation into its own header and implementation file 2019-02-28 11:02:01 +00:00
SymbolLocation.h [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension 2019-03-27 17:47:49 +00:00
SymbolOrigin.cpp [clangd] Use identifiers in file as completion candidates when build is not ready. 2019-04-11 09:36:36 +00:00
SymbolOrigin.h [clangd] Use identifiers in file as completion candidates when build is not ready. 2019-04-11 09:36:36 +00:00
YAMLSerialization.cpp [clangd] Add TemplateArgumentList into Symbol 2019-04-12 10:09:24 +00:00