summaryrefslogtreecommitdiff
path: root/lib/IR/AttributeImpl.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-03-05 06:35:38 +0000
committerCraig Topper <craig.topper@gmail.com>2014-03-05 06:35:38 +0000
commit98f54c09d086f76fa0ec81fc2c01d45bfe5a3739 (patch)
tree90539ede4e5a33ce3675f437ba062c76cc867d47 /lib/IR/AttributeImpl.h
parent0bfd526b6b5b3173bfabf6fd5a5b02369fb8b132 (diff)
downloadllvm-98f54c09d086f76fa0ec81fc2c01d45bfe5a3739.tar.gz
llvm-98f54c09d086f76fa0ec81fc2c01d45bfe5a3739.tar.bz2
llvm-98f54c09d086f76fa0ec81fc2c01d45bfe5a3739.tar.xz
[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
Diffstat (limited to 'lib/IR/AttributeImpl.h')
-rw-r--r--lib/IR/AttributeImpl.h2
1 files changed, 1 insertions, 1 deletions
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: