summaryrefslogtreecommitdiff
path: root/test/Refactor
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Added DeclStmtClass to ExtractionSemicolonPolicyShaurya Gupta2019-08-141-1/+12
* [Extract] Fixed SemicolonExtractionPolicy for SwitchStmt and SwitchCaseShaurya Gupta2019-08-081-0/+13
* [refactor][extract] avoid extracting expressions from types in functionsAlex Lorenz2017-11-141-2/+16
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-0/+24
* [refactor] rename field references in __builtin_offsetofAlex Lorenz2017-11-071-0/+32
* Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 botsAlex Lorenz2017-11-031-1/+1
* [refactor][extract] insert semicolons into extracted/inserted codeAlex Lorenz2017-11-033-2/+250
* [refactor][extract] code extracted from inline method should be placedAlex Lorenz2017-11-011-0/+42
* [refactor][extract] prohibit extraction of ObjC property settersAlex Lorenz2017-11-011-0/+41
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-244-5/+68
* [clang-refactor] Add "-Inplace" option to the commandline tool.Haojian Wu2017-10-201-7/+5
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-0/+8
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-162-0/+26
* Revert r315738Alex Lorenz2017-10-132-26/+0
* [clang-refactor] Apply source replacementsAlex Lorenz2017-10-132-0/+26
* Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz2017-10-132-7/+7
* Revert r315087Alex Lorenz2017-10-062-7/+7
* [refactor] add support for refactoring optionsAlex Lorenz2017-10-062-7/+7
* Fix Refactor/tool-test-support.c test on Windows by avoidingAlex Lorenz2017-09-141-6/+6
* [refactor] Use CommonOptionsParser in clang-refactorAlex Lorenz2017-09-143-10/+7
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-143-0/+56