summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/SourceCodeTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-395/+0
* [clangd] Query index in code completion no-compile mode.Sam McCall2019-04-261-0/+68
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-0/+18
* [clangd] Support UTF-32 (i.e. codepoint) offsets.Sam McCall2019-03-281-0/+87
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-6/+47
* [clangd] Unit test for sourceLocationInMainFile.Ilya Biryukov2019-01-291-0/+36
* [clangd] NFC: fix clang-tidy warnings.Haojian Wu2019-01-251-3/+3
* 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