mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 09:18:23 +00:00
Fix analyzer TypeAttributeImpl::anchor() override.
TypeAttributeImpl inherits from EnumAttributeImpl which already defines anchor() as a virtual, so we should override this instead of redeclaring it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da625a1581
commit
3f73a2b50d
@ -159,7 +159,7 @@ public:
|
||||
};
|
||||
|
||||
class TypeAttributeImpl : public EnumAttributeImpl {
|
||||
virtual void anchor();
|
||||
void anchor() override;
|
||||
|
||||
Type *Ty;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user