summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-03-17 22:31:34 +0000
committerJustin Bogner <mail@justinbogner.com>2015-03-17 22:31:34 +0000
commit0729afa4a6fc3c0bcfecd79672e2476e0380fb78 (patch)
treea25ce0c8688a9a68a4bcffd88f3d12e04b27e948 /clang/lib/AST/MicrosoftMangle.cpp
parent8e29ec9ec25c03e772f7b449530136bc6d7ed63c (diff)
downloadbcm5719-llvm-0729afa4a6fc3c0bcfecd79672e2476e0380fb78.tar.gz
bcm5719-llvm-0729afa4a6fc3c0bcfecd79672e2476e0380fb78.zip
MS ABI: Fix a couple of -Winconsistent-missing-override warnings
llvm-svn: 232559
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
-rw-r--r--clang/lib/AST/MicrosoftMangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp
index c402f4abb0d..b8dd72f5e3d 100644
--- a/clang/lib/AST/MicrosoftMangle.cpp
+++ b/clang/lib/AST/MicrosoftMangle.cpp
@@ -123,7 +123,7 @@ public:
int32_t VBPtrOffset, uint32_t VBIndex,
raw_ostream &Out) override;
void mangleCXXHandlerMapEntry(QualType T, bool IsConst, bool IsVolatile,
- bool IsReference, raw_ostream &Out);
+ bool IsReference, raw_ostream &Out) override;
void mangleCXXRTTI(QualType T, raw_ostream &Out) override;
void mangleCXXRTTIName(QualType T, raw_ostream &Out) override;
void mangleCXXRTTIBaseClassDescriptor(const CXXRecordDecl *Derived,
OpenPOWER on IntegriCloud