summaryrefslogtreecommitdiff
path: root/clang/test/Refactor/Extract
AgeCommit message (Expand)Author
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-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