Skip to content

Commit 24bc1c1

Browse files
author
git apple-llvm automerger
committed
Merge commit 'fffae435d8f7' from apple/main into swift/next
2 parents e5da402 + fffae43 commit 24bc1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/refactor/tweaks/PopulateSwitch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class PopulateSwitch : public Tweak {
5353
Expected<Effect> apply(const Selection &Sel) override;
5454
std::string title() const override { return "Populate switch"; }
5555
llvm::StringLiteral kind() const override {
56-
return CodeAction::REFACTOR_KIND;
56+
return CodeAction::QUICKFIX_KIND;
5757
}
5858

5959
private:

0 commit comments

Comments
 (0)