mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[IDE] SR-5745 Refactoring: converting strings concatenation expression to strings interpolation (#11944)
This commit is contained in:
@@ -42,6 +42,8 @@ Action(llvm::cl::desc("kind:"), llvm::cl::init(RefactoringKind::None),
|
||||
"collapse-nested-if", "Perform collapse nested if statements"),
|
||||
clEnumValN(RefactoringKind::SimplifyNumberLiteral,
|
||||
"simplify-long-number", "Perform simplify long number literal refactoring"),
|
||||
clEnumValN(RefactoringKind::ConvertStringsConcatenationToInterpolation,
|
||||
"strings-concatenation-to-interpolation", "Perform strings concatenation to interpolation refactoring"),
|
||||
clEnumValN(RefactoringKind::ExtractFunction,
|
||||
"extract-function", "Perform extract function refactoring"),
|
||||
clEnumValN(RefactoringKind::GlobalRename,
|
||||
|
||||
Reference in New Issue
Block a user