summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/SourceCodeTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-29/+28
* Fix range length comparison in DraftStore::UpdateDraft when Unicode character...Sam McCall2018-10-231-0/+10
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-4/+2
* [clangd] Support textEdit in addition to insertText.Kadir Cetinkaya2018-08-131-0/+15
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-19/+31
* Make positionToOffset return llvm::Expected<size_t>Simon Marchi2018-03-211-20/+52
* [clangd] Explicitly initialize all primitive fields in Protocol.hIlya Biryukov2018-02-141-20/+28
* [clangd] Add debug printers for basic protocol types. NFCSam McCall2017-12-201-4/+0
* [clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall2017-12-191-0/+76
OpenPOWER on IntegriCloud