summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/DraftStore.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix error message with incorrect TextDocumentcontentChangeEvent.rang...Sam McCall2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-16/+16
* Fix range length comparison in DraftStore::UpdateDraft when Unicode character...Sam McCall2018-10-231-2/+11
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-18/+21
* [clangd] Support incremental document syncingSimon Marchi2018-03-261-1/+63
* Move DraftMgr from ClangdServer to ClangdLSPServerSimon Marchi2018-03-161-23/+8
* [clangd] DidChangeConfiguration NotificationSimon Marchi2018-02-221-0/+11
* Fixing compilation failures on buildbots.Ilya Biryukov2017-05-161-0/+1
* Restored r303067 and fixed failing test.Ilya Biryukov2017-05-161-0/+48
* Revert "[ClangD] Refactor clangd into separate components"Adam Nemet2017-05-151-48/+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/+48
OpenPOWER on IntegriCloud