summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Simplify the code in Index::refsIlya Biryukov2019-11-141-6/+7
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-131-6/+12
* [clangd] Fix a regression of not showing documentation from forward declarati...Haojian Wu2019-11-111-5/+11
* [clangd] If an undocumented definition exists, don't accept documentation fro...Sam McCall2019-10-071-1/+4
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-1/+26
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+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-1/+1
* [clangd] Prefer location from codegen files when merging symbols.Eric Liu2019-02-111-5/+25
* [clangd] Fix the `-Wtype-limits` warning, NFCHaojian Wu2019-01-221-1/+0
* 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-1/+11
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-8/+9
* [clangd] Don't miss the expected type in merge.Haojian Wu2018-12-201-0/+2
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-1/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-7/+5
* [clangd] Remove an unused include header, NFC.Haojian Wu2018-10-151-1/+0
* [clangd] expose MergedIndex classSam McCall2018-10-041-104/+84
* [clangd] Add more tracing to index queries. NFCEric Liu2018-09-271-1/+16
* [clangd] Canonicalize include paths in clangd.Eric Liu2018-09-071-1/+1
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-0/+1
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-19/+15
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-2/+16
* [clangd] Fix many typos. NFCFangrui Song2018-09-011-1/+1
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-1/+22
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-21/+9
* [clangd] Log memory usage of DexIndex and MemIndexKirill Bobyrev2018-08-241-0/+4
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+6
* [clangd] Index Interfaces for XrefsHaojian Wu2018-08-061-0/+7
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-1/+1
* [clangd] Make SymbolOrigin an enum class, rather than a plain enum.Sam McCall2018-07-061-2/+1
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-051-0/+3
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-8/+6
* [clangd] Remove FilterText from the index.Sam McCall2018-06-221-2/+0
* [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.Eric Liu2018-03-141-0/+22
* [clangd] Collect the number of files referencing a symbol in the static index.Sam McCall2018-03-121-0/+1
* [clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)Sam McCall2018-02-191-1/+1
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-0/+2
* [clangd] Collect definitions when indexing.Sam McCall2018-02-091-21/+29
* [clangd] Use URIs in index symbols.Eric Liu2018-02-061-1/+1
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-4/+3
* [clangd] Limit completion results.Haojian Wu2018-01-251-1/+1
* [clangd] Merge results from static/dynamic index.Sam McCall2018-01-151-0/+98
OpenPOWER on IntegriCloud