Add a missing override, caught by clang's inconsistent override warning.

llvm-svn: 222742
This commit is contained in:
Chandler Carruth 2014-11-25 08:59:34 +00:00
parent 745f530446
commit 4b9e85789d
1 changed files with 1 additions and 1 deletions

View 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);