summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/DraftStore.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-1/+1
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-071-0/+1
* [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata2022-12-051-1/+1
* [clangd] Clean up unused includes. NFCISam McCall2022-02-261-1/+0
* [clangd][NFC] Silence some buildbot warnings after 0250b053Nathan James2021-03-091-1/+1
* [clangd] Add a Filesystem that overlays Dirty files.Nathan James2021-03-091-2/+9
* [clangd] Move DraftStore from ClangdLSPServer into ClangdServer.Sam McCall2021-03-021-18/+6
* [clangd] Move non-clang base pieces into separate support/ lib. NFCISam McCall2020-04-291-1/+1
* [clangd] Propagate versions into DraftStore, assigning where missing. NFCSam McCall2020-03-031-5/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Support incremental document syncingSimon Marchi2018-03-261-2/+14
* Move DraftMgr from ClangdServer to ClangdLSPServerSimon Marchi2018-03-161-30/+10
* [clangd] DidChangeConfiguration NotificationSimon Marchi2018-02-221-0/+6
* [clangd] Serialize onDiagnosticsReady callbacks for the same file.Ilya Biryukov2017-09-201-2/+3
* Restored r303067 and fixed failing test.Ilya Biryukov2017-05-161-0/+61
* Revert "[ClangD] Refactor clangd into separate components"Adam Nemet2017-05-151-61/+0
* Revert "Fix windows buildbots - missing include and namespace"Adam Nemet2017-05-151-1/+1
* Fix windows buildbots - missing include and namespaceSimon Pilgrim2017-05-151-1/+1
* [ClangD] Refactor clangd into separate componentsIlya Biryukov2017-05-151-0/+61