summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Serialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-27/+2
* [clangd] Also accept flags from CLANGD_FLAGS variable.Sam McCall2019-07-251-2/+2
* [clangd] Use xxhash instead of SHA1 for background index file digests.Sam McCall2019-07-081-1/+1
* [clangd] Add HadErrors field into shardsKadir Cetinkaya2019-07-041-3/+4
* [clangd] Store hash of command line in index shards.Kadir Cetinkaya2019-07-041-0/+60
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-2/+4
* [clangd] Serialization support for RelationSlabNathan Ridge2019-06-031-2/+81
* [clangd] Bump index version and get rid of wrong assertionKadir Cetinkaya2019-05-091-1/+1
* [clangd] Fix serialization logic for Origin and Flags.Kadir Cetinkaya2019-04-291-2/+2
* [clangd] Bump clangd-index version for TemplateArgument changesKadir Cetinkaya2019-04-151-1/+1
* [clangd] Add TemplateArgumentList into SymbolKadir Cetinkaya2019-04-121-0/+2
* Moved SymbolOrigin into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* Moved SymbolLocation into its own header and implementation fileDmitri Gribenko2019-02-281-1/+1
* [clangd] NFC: fix clang-tidy warnings.Haojian Wu2019-01-251-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-66/+72
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-271-11/+64
* [clangd] Collect and store expected types in the indexIlya Biryukov2018-11-261-1/+3
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-6/+3
* Address comments.Kadir Cetinkaya2018-11-191-3/+4
* Use digest size instead of hardcoding it.Kadir Cetinkaya2018-11-191-1/+1
* [clangd] Store source file hash in IndexFile{In,Out}Kadir Cetinkaya2018-11-191-0/+13
* [clangd] Truncate SymbolID to 8 bytes.Haojian Wu2018-11-161-2/+2
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-3/+6
* [clangd] Truncate SymbolID to 16 bytes.Sam McCall2018-10-241-2/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-6/+6
* [clangd] Clear the semantic of RefSlab::size.Haojian Wu2018-10-181-5/+5
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-4/+4
* [clangd] Print numbers of symbols and refs as well when loading theHaojian Wu2018-10-171-2/+7
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-071-1/+1
* [clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall2018-10-041-1/+63
* [clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall2018-10-041-2/+3
* [clangd] Fix bugs with incorrect memory estimate reportKirill Bobyrev2018-09-261-2/+8
* [clangd] Fix reversed RIFF/YAML serializationSam McCall2018-09-251-2/+2
* [clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall2018-09-251-5/+62
* [clangd] Fix uninit bool in r342888Sam McCall2018-09-241-1/+1
* [clangd] Do bounds checks while reading data, otherwise var-length records ar...Sam McCall2018-09-241-139/+138
* [clangd] Canonicalize include paths in clangd.Eric Liu2018-09-071-1/+1
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-3/+4
* [clangd] make zlib compression optional for binary formatSam McCall2018-09-051-11/+29
* [clangd] Fix buildbot failures on older compilers from r341375Sam McCall2018-09-051-3/+3
* [clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall2018-09-041-0/+366
OpenPOWER on IntegriCloud