summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/SourceCode.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Unify path canonicalizations in the codebaseKadir Cetinkaya2018-12-191-5/+6
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-271-0/+9
* Fix range length comparison in DraftStore::UpdateDraft when Unicode character...Sam McCall2018-10-231-0/+4
* [clangd] Support textEdit in addition to insertText.Kadir Cetinkaya2018-08-131-0/+2
* [clangd] Avoid duplicates in findDefinitions responseSimon Marchi2018-08-101-4/+11
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-0/+5
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-0/+3
* [clangd] Move helpers that convert Replacements to TextEdits to SourceCode.hEric Liu2018-05-111-0/+6
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-9/+10
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+5
* Make positionToOffset return llvm::Expected<size_t>Simon Marchi2018-03-211-1/+16
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-0/+4
* [clangd] #include statements support for Open definitionMarc-Andre Laperle2018-02-211-0/+6
* [clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall2017-12-191-0/+29
OpenPOWER on IntegriCloud