We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf66003 commit fc24d1eCopy full SHA for fc24d1e
clang/lib/Tooling/Refactoring/RefactoringActions.cpp
@@ -18,8 +18,8 @@ namespace {
18
19
class DeclNameOption final : public OptionalRefactoringOption<std::string> {
20
public:
21
- StringRef getName() const { return "name"; }
22
- StringRef getDescription() const {
+ StringRef getName() const override { return "name"; }
+ StringRef getDescription() const override {
23
return "Name of the extracted declaration";
24
}
25
};
0 commit comments