forked from OSchip/llvm-project
[clang][NFC] Add missing 'override's
This commit is contained in:
parent
bf66003a4f
commit
fc24d1eadd
|
@ -18,8 +18,8 @@ namespace {
|
|||
|
||||
class DeclNameOption final : public OptionalRefactoringOption<std::string> {
|
||||
public:
|
||||
StringRef getName() const { return "name"; }
|
||||
StringRef getDescription() const {
|
||||
StringRef getName() const override { return "name"; }
|
||||
StringRef getDescription() const override {
|
||||
return "Name of the extracted declaration";
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue