Skip to content

Commit fffae43

Browse files
author
git apple-llvm automerger
committed
Merge commit '57ac47d78885' from llvm.org/master into apple/main
2 parents 64edecc + 57ac47d commit fffae43

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)