From 98f54c09d086f76fa0ec81fc2c01d45bfe5a3739 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 5 Mar 2014 06:35:38 +0000 Subject: [C++11] Add 'override' keyword to IR library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202939 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/AttributeImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/IR/AttributeImpl.h') diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h index ea954ac203..9f3fd3e606 100644 --- a/lib/IR/AttributeImpl.h +++ b/lib/IR/AttributeImpl.h @@ -109,7 +109,7 @@ public: }; class AlignAttributeImpl : public EnumAttributeImpl { - virtual void anchor(); + void anchor() override; unsigned Align; public: -- cgit v1.2.3