diff options
Diffstat (limited to 'clang/lib/CodeGen/MicrosoftCXXABI.cpp')
-rw-r--r-- | clang/lib/CodeGen/MicrosoftCXXABI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MicrosoftCXXABI.cpp b/clang/lib/CodeGen/MicrosoftCXXABI.cpp index dd6a4580d49..7a6d0aeaa15 100644 --- a/clang/lib/CodeGen/MicrosoftCXXABI.cpp +++ b/clang/lib/CodeGen/MicrosoftCXXABI.cpp @@ -491,7 +491,7 @@ public: return RD->hasAttr<MSInheritanceAttr>(); } - virtual bool isTypeInfoCalculable(QualType Ty) const { + virtual bool isTypeInfoCalculable(QualType Ty) const override { if (!CGCXXABI::isTypeInfoCalculable(Ty)) return false; if (const auto *MPT = Ty->getAs<MemberPointerType>()) { |