summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdUnitStore.h
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "[clangd] The new threading implementation"Ilya Biryukov2018-02-081-73/+0
* Revert "[clangd] The new threading implementation" (r324356)Ilya Biryukov2018-02-061-0/+73
* [clangd] The new threading implementationIlya Biryukov2018-02-061-73/+0
* [clangd] Refactored threading in ClangdServerIlya Biryukov2018-01-311-7/+9
* [clangd] Provide a helper to report estimated memory usage per-fileIlya Biryukov2018-01-251-2/+5
* [clangd] Moved caching of compile commands to ClangdServerIlya Biryukov2018-01-251-2/+1
* [clangd] Simplify code handling compile commandsIlya Biryukov2018-01-231-31/+2
* [clangd] Build dynamic index and use it for code completion.Eric Liu2017-12-191-1/+7
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-141-2/+1
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-5/+5
* [clangd] Use in-memory preambles in clangd.Ilya Biryukov2017-11-161-4/+8
* [clangd] Fix clang-tidy warnings.Benjamin Kramer2017-10-281-4/+2
* [clangd] Introduced Logger interface.Ilya Biryukov2017-09-201-7/+8
* [clangd] Check if CompileCommand has changed on forceReparse.Ilya Biryukov2017-08-141-0/+22
* [clangd] Rewrote AST and Preamble management.Ilya Biryukov2017-08-011-68/+28
* [clangd] Reuse compile commands during reparseKrasimir Georgiev2017-07-251-5/+4
* [clangd] Allow to override resource dir in ClangdServer.Ilya Biryukov2017-06-281-10/+13
* [clangd] Allow to use vfs::FileSystem for file accesses.Ilya Biryukov2017-05-261-9/+10
* [clangd] Replaced WorkerRequest with std::function...Ilya Biryukov2017-05-231-0/+12
* Restored r303067 and fixed failing test.Ilya Biryukov2017-05-161-0/+93
* Revert "[ClangD] Refactor clangd into separate components"Adam Nemet2017-05-151-93/+0
* [ClangD] Refactor clangd into separate componentsIlya Biryukov2017-05-151-0/+93
OpenPOWER on IntegriCloud