summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/SourceCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-45/+47
* [clangd] Always try to build absolute pathKadir Cetinkaya2019-01-031-8/+1
* [clangd] Unify path canonicalizations in the codebaseKadir Cetinkaya2018-12-191-16/+31
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-271-0/+12
* Fix range length comparison in DraftStore::UpdateDraft when Unicode character...Sam McCall2018-10-231-5/+4
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-25/+24
* [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