forked from OSchip/llvm-project
parent
3133a2f08c
commit
339869e986
|
@ -317,7 +317,7 @@ def err_covariant_return_ambiguous_derived_to_base_conv : Error<
|
|||
"%0 to base class %1:%2)">;
|
||||
def err_covariant_return_not_derived : Error<
|
||||
"return type of virtual function %0 is not covariant with the return type of "
|
||||
"the function it overrrides (%1 is not derived from %2)">;
|
||||
"the function it overrides (%1 is not derived from %2)">;
|
||||
def err_covariant_return_type_different_qualifications : Error<
|
||||
"return type of virtual function %0 is not covariant with the return type of "
|
||||
"the function it overrides (%1 has different qualifiers than %2)">;
|
||||
|
|
Loading…
Reference in New Issue