summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make Tweak::Selection movable. NFCSam McCall2019-12-161-4/+4
* [clangd] Allow extract-to-function on regions that always return.Sam McCall2019-12-091-14/+51
* [clangd] NFC, add getLangOpts helper to ParsedASTAlex Lorenz2019-12-041-2/+2
* [Clangd] ExtractFunction: Don't extract body of enclosing function.Shaurya Gupta2019-10-021-8/+21
* [Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)Shaurya Gupta2019-10-021-4/+14
* [clangd] SelectionTree should mark a node as fully-selected if the only claim...Sam McCall2019-10-021-6/+3
* [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] ExtractFunction Added checks for broken control flowShaurya Gupta2019-08-301-13/+59
* [Clangd] NFC: Added fixme for checking for local/anonymous types for extracte...Shaurya Gupta2019-08-291-0/+1
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-08-291-0/+1
* [Clangd] Initial version of ExtractFunctionShaurya Gupta2019-08-281-0/+605
OpenPOWER on IntegriCloud