summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/YAMLSerialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-7/+4
* [clangd] Serialization support for RelationSlabNathan Ridge2019-06-031-1/+62
* [clangd] Add TemplateArgumentList into SymbolKadir Cetinkaya2019-04-121-0/+2
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* 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-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Fix a crash when reading an empty index file.Haojian Wu2019-01-081-3/+6
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-18/+17
* [clangd] Collect and store expected types in the indexIlya Biryukov2018-11-261-0/+1
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-2/+23
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-11/+13
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-4/+33
* [clangd] Fix an accident change in r342999.Haojian Wu2018-10-091-1/+1
* [clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall2018-10-041-5/+89
* [clangd] clangd-indexer: Drop support for MR-via-YAMLSam McCall2018-10-041-8/+0
* [clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall2018-09-251-0/+230
OpenPOWER on IntegriCloud