summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/SerializationTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-271-17/+30
* [clangd] Store source file hash in IndexFile{In,Out}Kadir Cetinkaya2018-11-191-0/+28
* [clangd] Truncate SymbolID to 8 bytes.Haojian Wu2018-11-161-8/+8
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-3/+4
* [clangd] Truncate SymbolID to 16 bytes.Sam McCall2018-10-241-14/+13
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-1/+3
* [clangd] Remove debugging output in testSam McCall2018-10-051-5/+0
* [clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall2018-10-041-3/+43
* [clangd] Remove unused using-declaration testing::AllOfFangrui Song2018-09-251-1/+0
* [clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall2018-09-251-30/+28
* [clangd] Remember to serialize symbol origin in YAML.Eric Liu2018-09-211-0/+3
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-4/+6
* [clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall2018-09-041-0/+138
OpenPOWER on IntegriCloud