summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make Tweak::Selection movable. NFCSam McCall2019-12-161-3/+4
* [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
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] Refactor computation of extracted expr in ExtractVariable tweak. NFCSam McCall2019-08-121-61/+66
* [clangd] Disallow extraction of expression-statements.Sam McCall2019-08-091-48/+77
* [clangd] Support extraction of binary "subexpressions" like a + [[b + c]].Sam McCall2019-07-261-16/+157
* [Clangd] Disable ExtractVariable for all types of assignmentsShaurya Gupta2019-07-261-1/+1
* [Clangd] Fixed ExtractVariable for certain types of ExprsShaurya Gupta2019-07-241-27/+84
* [Clangd] Changed ExtractVariable to only work on non empty selectionsShaurya Gupta2019-07-181-1/+2
* [clangd] Fix an assertion crash in "ExtractVariable" tweakHaojian Wu2019-07-111-1/+1
* Fixed assertionShaurya Gupta2019-07-091-1/+1
* dummy variable extraction on a function scopeShaurya Gupta2019-07-091-0/+243
OpenPOWER on IntegriCloud