summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/FileIndex.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add xref for macros to FileIndex.Utkarsh Saxena2020-01-081-1/+1
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-1/+1
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-1/+2
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-4/+9
* [clangd] Count number of references while merging RefSlabs inside FileIndexKadir Cetinkaya2019-05-091-3/+11
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* [clangd] Enable include insertion for static indexKadir Cetinkaya2019-02-041-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-12/+5
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-1/+11
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-2/+12
* [clangd] expose MergedIndex classSam McCall2018-10-041-6/+2
* [clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu2018-09-181-6/+6
* [clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu2018-09-181-20/+48
* [clangd] Canonicalize include paths in clangd.Eric Liu2018-09-071-1/+1
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-8/+8
* [clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall2018-09-031-28/+12
* [clangd] Fix many typos. NFCFangrui Song2018-09-011-2/+2
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-5/+12
* [clangd] Log memory usage of DexIndex and MemIndexKirill Bobyrev2018-08-241-0/+3
* [clangd] Make FileIndex aware of the main fileIlya Biryukov2018-08-221-3/+11
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-1/+1
* [clangd] Index Interfaces for XrefsHaojian Wu2018-08-061-0/+4
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-1/+8
* [clangd] Build index on preamble changes instead of the AST changesIlya Biryukov2018-05-241-3/+6
* [clangd] Using index for GoToDefinition.Haojian Wu2018-04-301-0/+4
* [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.Eric Liu2018-03-141-0/+3
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-3/+2
* [clangd] Simplify code. No functionality change intended.Benjamin Kramer2017-12-281-2/+3
* [clangd] Index-based code completion.Eric Liu2017-12-191-2/+2
* [clangd] Build in-memory index on symbols in files.Eric Liu2017-12-151-0/+74
OpenPOWER on IntegriCloud