summaryrefslogtreecommitdiff
path: root/clang/test/Refactor
AgeCommit message (Expand)Author
2025-05-15[clang] Enforce 1-based indexing for command line source locations (#139457)Naveen Seth Hanig
2024-11-18[clang] Replace "can't" and "can not" in diagnostics with "cannot" (#116623)Krzysztof Parzyszek
2022-02-12Use functions with prototypes when appropriate; NFCAaron Ballman
2019-08-14[Tooling] Added DeclStmtClass to ExtractionSemicolonPolicyShaurya Gupta
2019-08-08[Extract] Fixed SemicolonExtractionPolicy for SwitchStmt and SwitchCaseShaurya Gupta
2017-11-14[refactor][extract] avoid extracting expressions from types in functionsAlex Lorenz
2017-11-08[clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu
2017-11-07[refactor] rename field references in __builtin_offsetofAlex Lorenz
2017-11-03Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 botsAlex Lorenz
2017-11-03[refactor][extract] insert semicolons into extracted/inserted codeAlex Lorenz
2017-11-01[refactor][extract] code extracted from inline method should be placedAlex Lorenz
2017-11-01[refactor][extract] prohibit extraction of ObjC property settersAlex Lorenz
2017-10-24[refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz
2017-10-20[clang-refactor] Add "-Inplace" option to the commandline tool.Haojian Wu
2017-10-16[refactor] allow the use of refactoring diagnosticsAlex Lorenz
2017-10-16Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz
2017-10-13Revert r315738Alex Lorenz
2017-10-13[clang-refactor] Apply source replacementsAlex Lorenz
2017-10-13Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz
2017-10-06Revert r315087Alex Lorenz
2017-10-06[refactor] add support for refactoring optionsAlex Lorenz
2017-09-14Fix Refactor/tool-test-support.c test on Windows by avoidingAlex Lorenz
2017-09-14[refactor] Use CommonOptionsParser in clang-refactorAlex Lorenz
2017-09-14[refactor] add clang-refactor tool with initial testing support andAlex Lorenz