summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/SourceCode.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Simplify code using findName. NFCIlya Biryukov2019-12-101-6/+0
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-0/+3
* [clangd] Add isHeaderFile helper.Haojian Wu2019-11-151-1/+6
* [clangd] Implement a function to lex the file to find candidate occurrences.Haojian Wu2019-11-061-0/+5
* [clangd] Implement GetEligiblePointsKadir Cetinkaya2019-10-251-0/+21
* [clangd] Implement getBeginning for overloaded operators.Haojian Wu2019-10-011-1/+1
* [clangd] Support multifile edits as output of TweaksKadir Cetinkaya2019-09-091-1/+27
* [clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...Sam McCall2019-09-041-1/+2
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-0/+7
* [clangd] Fix toHalfOpenFileRange where start/end endpoints are in different f...Sam McCall2019-08-271-0/+5
* [clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...Sam McCall2019-08-061-0/+14
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-0/+8
* [clangd] Fixed toHalfOpenFileRangeShaurya Gupta2019-07-121-1/+2
* [clangd] Use xxhash instead of SHA1 for background index file digests.Sam McCall2019-07-081-2/+1
* [clangd] Show better message when we rename macros.Haojian Wu2019-07-011-0/+8
* [clangd] Cleanup the duplicated getTokenRange.Haojian Wu2019-06-251-0/+5
* [clangd] Boost code completion results that were named in the last few lines.Sam McCall2019-05-061-0/+8
* [clangd] Always call getFormatStyleForFile().Sam McCall2019-05-061-0/+5
* [clangd] Query index in code completion no-compile mode.Sam McCall2019-04-261-0/+23
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-0/+4
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-0/+7
* [ELF] Format lines inadvertently indented by rCTE353380Fangrui Song2019-02-071-5/+5
* [clangd] Suggest adding missing includes for typos (like include-fixer).Eric Liu2019-02-071-5/+5
* [clangd] Format tweak's replacements.Haojian Wu2019-02-061-0/+5
* [clangd] A code action to swap branches of an if statementIlya Biryukov2019-01-311-0/+41
* [clangd] Interfaces for writing code tweaksIlya Biryukov2019-01-291-0/+5
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+7
* [clangd] NFC: fix clang-tidy warnings.Haojian Wu2019-01-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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