summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+11
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-49/+22
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-22/+49
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-49/+22
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-22/+49
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-11/+0
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-1/+1
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-49/+22
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-22/+49
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+11
* [clangd] NFC, add getLangOpts helper to ParsedASTAlex Lorenz2019-12-041-2/+2
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-28/+43
* [clangd] Expose the xref's incomplete flag to clangdServer API.Haojian Wu2019-11-181-1/+1
* [clangd] Reland Store Index in Tweak::SelectionKadir Cetinkaya2019-10-281-1/+1
* [clangd] Revert define-inline action changes to un-break windows build-botsKadir Cetinkaya2019-10-251-1/+1
* [clangd] Store Index in Tweak::SelectionKadir Cetinkaya2019-10-251-1/+1
* [clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.Haojian Wu2019-10-071-1/+1
* [clangd] Use the index-based API to do the header-source switch.Haojian Wu2019-10-011-2/+18
* [clangd] Move the existing heder-source-switch implemenation out of clangdSer...Haojian Wu2019-09-251-54/+2
* Add SemanticRanges to Clangd server.Utkarsh Saxena2019-09-171-2/+14
* [clangd] Support multifile edits as output of TweaksKadir Cetinkaya2019-09-091-26/+24
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-041-0/+1
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-1/+1
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-0/+5
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-10/+1
* [clangd] Fold string copy into lambda capture. NFC.Benjamin Kramer2019-08-221-3/+2
* [clangd] Don't use Bind() where C++14 move capture worksBenjamin Kramer2019-08-151-76/+64
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* clangd: use -j for background index poolSam McCall2019-08-091-3/+5
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-1/+10
* [clangd] Implement "prepareRename"Haojian Wu2019-07-241-0/+29
* [clangd] Provide a way to publish highlightings in non-racy mannerIlya Biryukov2019-07-191-5/+12
* Revert "Revert r366458, r366467 and r366468"Kadir Cetinkaya2019-07-191-1/+2
* Revert r366458, r366467 and r366468Azharuddin Mohammed2019-07-191-2/+1
* [clangd] BackgroundIndex stores shards to the closest projectKadir Cetinkaya2019-07-181-1/+2
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-0/+7
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-7/+0
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-121-1/+4
* [clangd] Don't run the prepare for tweaks that are disabled.Haojian Wu2019-07-121-5/+3
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-2/+8
* [clangd] Add a flag to clangdServer rename function to control whether we wan...Haojian Wu2019-07-101-11/+13
* [clangd] Rewrite of logic to rebuild the background index serving structures.Sam McCall2019-07-091-2/+1
* [clangd] Show documentation in hover, and fetch docs from index if needed.Sam McCall2019-07-091-3/+3
* Summary: [Clangd] Added hidden command line option -tweaks to specify which t...Shaurya Gupta2019-07-011-1/+2
* [clangd] Emit semantic highlighting tokens when the main AST is built.Johan Vikstrom2019-06-271-6/+13
* [clangd] Narrow rename to local symbols.Haojian Wu2019-06-251-4/+4
* [clangd] Consume error returned by cleanupAndFormatIlya Biryukov2019-06-191-0/+2
* [clangd] Format changes produced by renameIlya Biryukov2019-06-191-0/+9
* Revert "[clangd] Return vector<TextEdit> from applyTweak. NFC"Sam McCall2019-06-191-8/+2
OpenPOWER on IntegriCloud