summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/refactor/Tweak.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-3/+3
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-3/+3
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-7/+0
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-0/+7
* [clangd] Make Tweak::Selection movable. NFCSam McCall2019-12-161-1/+1
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-3/+3
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-3/+3
* [clangd] Reland Store Index in Tweak::SelectionKadir Cetinkaya2019-10-281-3/+5
* [clangd] Revert define-inline action changes to un-break windows build-botsKadir Cetinkaya2019-10-251-5/+3
* [clangd] Store Index in Tweak::SelectionKadir Cetinkaya2019-10-251-3/+5
* [clangd] Support multifile edits as output of TweaksKadir Cetinkaya2019-09-091-0/+29
* [clangd] Ignore semicolons, whitespace, and comments in SelectionTree.Sam McCall2019-07-311-1/+1
* [Clangd] Changed ExtractVariable to only work on non empty selectionsShaurya Gupta2019-07-181-1/+2
* [clangd] Don't run the prepare for tweaks that are disabled.Haojian Wu2019-07-121-2/+4
* [clangd] Add SourceManager accessor to ParsedAST. NFCSam McCall2019-05-281-1/+1
* Revamp the "[clangd] Format tweak's replacements"Haojian Wu2019-02-111-8/+0
* [clangd] Format tweak's replacements.Haojian Wu2019-02-061-0/+8
* [clangd] Expose SelectionTree to code tweaks, and use it for swap if branches.Sam McCall2019-02-011-0/+8
* [clangd] Fix crash in applyTweak, remove TweakID alias.Sam McCall2019-02-011-1/+1
* [clangd] Remove extra ';' to fix -Wpedantic warning. NFCIlya Biryukov2019-01-291-1/+1
* [clangd] Attempt to fix failing buildbots after r352494Ilya Biryukov2019-01-291-1/+1
* [clangd] Interfaces for writing code tweaksIlya Biryukov2019-01-291-0/+74
OpenPOWER on IntegriCloud