summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle/MicrosoftDemangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Demangle/MicrosoftDemangle.cpp')
-rw-r--r--llvm/lib/Demangle/MicrosoftDemangle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp
index cf4c4aa41e6..f5a54cae500 100644
--- a/llvm/lib/Demangle/MicrosoftDemangle.cpp
+++ b/llvm/lib/Demangle/MicrosoftDemangle.cpp
@@ -210,6 +210,7 @@ enum class SymbolCategory { Function, Variable };
namespace {
struct NameResolver {
+ virtual ~NameResolver() = default;
virtual StringView resolve(StringView S) = 0;
};
OpenPOWER on IntegriCloud