[lld] r203102 - [Mips] Replace "virtual" by "override" in member function declarations

Simon Atanasyan simon at atanasyan.com
Thu Mar 6 21:03:34 PST 2014


On Thu, Mar 6, 2014 at 6:45 PM, Duncan P. N. Exon Smith
<dexonsmith at apple.com> wrote:
> On 2014 Mar 6, at 02:29, Simon Atanasyan <simon at atanasyan.com> wrote:
>> -  virtual void registerRelocationNames(Registry &registry);
>> +  void registerRelocationNames(Registry &registry) override ;
>
> Whitespace nitpick: you have a space between "override" and ";".

Thanks. Fixed at r203201.

-- 
Simon



More information about the llvm-commits mailing list