Skip to content

Commit

Permalink
Fix one more warning.
Browse files Browse the repository at this point in the history
llvm-svn: 338742
  • Loading branch information
Zachary Turner committed Aug 2, 2018
1 parent 7b16e8a commit ae67218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Demangle/MicrosoftDemangle.cpp
Expand Up @@ -210,6 +210,7 @@ enum class SymbolCategory { Function, Variable };
namespace {

struct NameResolver {
virtual ~NameResolver() = default;
virtual StringView resolve(StringView S) = 0;
};

Expand Down

0 comments on commit ae67218

Please sign in to comment.