Rafael Espindola 3d8a2f07d5 Don't redeclare a pure virtual method.
I.E., there is no value is having

void foo() override = 0;

If it is override it is already present in a base class. Since it is pure,
some other class will have to implement it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221537 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-07 18:07:04 +00:00
..
2014-11-03 10:58:05 +00:00
2014-10-30 14:56:02 +00:00
2014-10-16 10:10:07 +00:00
2014-11-04 12:35:47 +00:00
2014-11-05 04:44:31 +00:00