]> granicus.if.org Git - clang/commitdiff
Add a missing override, caught by clang's inconsistent override warning.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 25 Nov 2014 08:59:34 +0000 (08:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 25 Nov 2014 08:59:34 +0000 (08:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222742 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MicrosoftCXXABI.cpp

index 6e7d4385d03684ef604c6220b79cfd126abc8996..83ad22ce7adb8d44588e431957b3fb0913b347d4 100644 (file)
@@ -70,7 +70,7 @@ public:
                                llvm::Value *Ptr, QualType ElementType,
                                const CXXDestructorDecl *Dtor) override;
 
-  void emitRethrow(CodeGenFunction &CGF, bool isNoReturn);
+  void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
 
   llvm::GlobalVariable *getMSCompleteObjectLocator(const CXXRecordDecl *RD,
                                                    const VPtrInfo *Info);