summaryrefslogtreecommitdiff
path: root/lib/Tooling/Refactoring/ASTSelection.cpp
AgeCommit message (Expand)Author
2017-11-14[refactor][selection] canonicalize decl ref callee to the call exprAlex Lorenz
2017-11-14[refactor][selection] canonicalize member expr callee to the fullAlex Lorenz
2017-11-14[refactor][extract] avoid extracting expressions from types in functionsAlex Lorenz
2017-11-02[refactor][selection] canonicalize selected string literal to objcAlex Lorenz
2017-11-01[refactor][selection] code ranges can be selected in objc methodsAlex Lorenz
2017-10-31[refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz
2017-10-24[refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz
2017-10-18[refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz
2017-08-30Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz
2017-08-30Revert r312127 as the ObjC unittest code fails to compile on LinuxAlex Lorenz
2017-08-30[refactor] AST selection tree should contain syntactic formAlex Lorenz
2017-08-30[refactor] Examine the whole range for ObjC @implementation declsAlex Lorenz
2017-08-24Add missing std::move callAlex Lorenz
2017-08-24[refactor] Add the AST source selection componentAlex Lorenz