summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make Tweak::Selection movable. NFCSam McCall2019-12-161-2/+2
* [clangd] Support multifile edits as output of TweaksKadir Cetinkaya2019-09-091-1/+1
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Add hidden tweaks to dump AST/selection.Sam McCall2019-06-181-6/+5
* [clangd] Add SourceManager accessor to ParsedAST. NFCSam McCall2019-05-281-1/+1
* Revamp the "[clangd] Format tweak's replacements"Haojian Wu2019-02-111-5/+2
* [clangd] Format tweak's replacements.Haojian Wu2019-02-061-2/+5
* Remove trailing semicolon. NFCI.Simon Pilgrim2019-02-031-1/+1
* [clangd] Expose SelectionTree to code tweaks, and use it for swap if branches.Sam McCall2019-02-011-44/+11
* [clangd] Fix crash in applyTweak, remove TweakID alias.Sam McCall2019-02-011-1/+1
* [clangd] A code action to swap branches of an if statementIlya Biryukov2019-01-311-0/+132
OpenPOWER on IntegriCloud