Skip to content
Snippets Groups Projects
Commit c04f5726 authored by Craig Topper's avatar Craig Topper
Browse files

[C++11] Remove an LLVM_OVERRIDE use that I missed in my previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202630 91177308-0d34-0410-b5e6-96231b3b80d8
parent caa4c61e
No related branches found
No related tags found
No related merge requests found
......@@ -637,7 +637,7 @@ public:
*LeastDerivedKind = Kind;
return true;
}
bool isPolymorphic() const LLVM_OVERRIDE { return true; }
bool isPolymorphic() const override { return true; }
private:
const unsigned MinCount;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment