summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/SourceCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Support textEdit in addition to insertText.Kadir Cetinkaya2018-08-131-0/+5
* [clangd] Avoid duplicates in findDefinitions responseSimon Marchi2018-08-101-9/+25
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-0/+9
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-1/+1
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-0/+18
* [clangd] Move helpers that convert Replacements to TextEdits to SourceCode.hEric Liu2018-05-111-0/+15
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-8/+90
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+8
* Make positionToOffset return llvm::Expected<size_t>Simon Marchi2018-03-211-4/+24
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-0/+8
* [clangd] #include statements support for Open definitionMarc-Andre Laperle2018-02-211-1/+9
* [clangd] Explicitly initialize all primitive fields in Protocol.hIlya Biryukov2018-02-141-1/+4
* [clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall2017-12-191-0/+41
OpenPOWER on IntegriCloud