summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Index.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-131-2/+4
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-1/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-4/+4
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-0/+19
* [clangd] Add RelationSlabNathan Ridge2019-06-031-0/+1
* [clangd] Fix an out-of-date FIXME, NFC.Haojian Wu2019-03-141-3/+0
* Moved Ref into its own header and implementation fileDmitri Gribenko2019-02-281-98/+1
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-203/+1
* Moved SymbolOrigin into its own header and implementation fileDmitri Gribenko2019-02-281-24/+1
* Moved SymbolLocation into its own header and implementation fileDmitri Gribenko2019-02-281-64/+1
* Moved DenseMap support for SymbolID into SymbolID.hDmitri Gribenko2019-02-281-25/+0
* [clangd] Add type boost to fuzzy find in Dex.Eric Liu2019-02-061-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-0/+4
* [clangd] Index main-file symbols (bug 39761)Sam McCall2019-01-141-0/+2
* [clangd] Don't store completion info if the symbol is not used for code compl...Haojian Wu2019-01-101-0/+7
* [clangd][NFC] Move SymbolID to a separate fileJan Korous2018-11-271-48/+1
* [clangd] Add type boosting in code completionIlya Biryukov2018-11-261-0/+2
* [clangd] Collect and store expected types in the indexIlya Biryukov2018-11-261-0/+6
* [clangd] Truncate SymbolID to 8 bytes.Haojian Wu2018-11-161-2/+1
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-10/+26
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-3/+0
* [clangd] Hide position line and column fields.Haojian Wu2018-10-241-2/+1
* [clangd] Truncate SymbolID to 16 bytes.Sam McCall2018-10-241-3/+6
* [clangd] Remove the overflow log.Haojian Wu2018-10-191-0/+4
* [clangd] Fix msan failure after r344735 by initializing bitfieldsKrasimir Georgiev2018-10-191-0/+1
* [clangd] Clear the semantic of RefSlab::size.Haojian Wu2018-10-181-2/+7
* [clangd] Names that are not spelled in source code are reserved.Eric Liu2018-10-181-0/+2
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-4/+19
* [clangd] Use SyncAPI in more places in tests. NFCSam McCall2018-10-151-0/+3
* [clangd] Initial supoprt for cross-namespace global code completion.Eric Liu2018-09-271-0/+6
* [clangd] Fix error handling for SymbolID parsing (notably YAML and dexp)Sam McCall2018-09-181-9/+3
* [clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev2018-09-131-6/+4
* [clangd] NFC: Use uint32_t for FuzzyFindRequest limitsKirill Bobyrev2018-09-111-1/+3
* [clangd] Implement FuzzyFindRequest JSON (de)serializationKirill Bobyrev2018-09-101-1/+5
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-4/+19
* [clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall2018-09-041-12/+29
* [clangd] NFC: Change quality type to floatKirill Bobyrev2018-09-041-1/+1
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-84/+57
* [clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall2018-09-031-2/+29
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-8/+27
* [clangd] Fix many typos. NFCFangrui Song2018-09-011-1/+1
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-0/+12
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-24/+13
* [clangd] Collect symbol occurrences in SymbolCollector.Haojian Wu2018-08-311-7/+74
* [clangd] Speculative code completion index request before Sema is run.Eric Liu2018-08-241-0/+9
* [clangd] Log memory usage of DexIndex and MemIndexKirill Bobyrev2018-08-241-0/+6
* [clangd] Simplify the code using UniqueStringSaver, NFC.Haojian Wu2018-08-201-1/+4
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+3
* [clangd] Index Interfaces for XrefsHaojian Wu2018-08-061-2/+48
OpenPOWER on IntegriCloud