summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/Refactoring/ASTSelection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-021-1/+22
* [refactor][selection] code ranges can be selected in objc methodsAlex Lorenz2017-11-011-4/+7
* [refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz2017-10-311-5/+17
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-241-0/+37
* [refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz2017-10-181-0/+105
* Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz2017-08-301-0/+22
* Revert r312127 as the ObjC unittest code fails to compile on LinuxAlex Lorenz2017-08-301-22/+0
* [refactor] AST selection tree should contain syntactic formAlex Lorenz2017-08-301-0/+22
* [refactor] Examine the whole range for ObjC @implementation declsAlex Lorenz2017-08-301-2/+16
* Add missing std::move callAlex Lorenz2017-08-241-1/+1
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+191