Add missing 'override'

This commit is contained in:
David Blaikie 2020-10-15 15:15:53 -07:00
parent 5a338599fb
commit 4c1c88bbc1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public:
/// llvm::formatv will call this function when using an instance as a
/// replacement value.
void format(raw_ostream &os, StringRef options) {
void format(raw_ostream &os, StringRef options) override {
if (params.size() && emitFormat == EmitFormat::TypeNamePairsPrependComma)
os << ", ";
switch (emitFormat) {