зеркало из https://github.com/microsoft/clang-1.git
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
c96f49417b
Коммит
e87641915c
|
@ -547,7 +547,7 @@ def err_destructor_name : Error<
|
|||
def err_init_conversion_failed : Error<
|
||||
"cannot initialize %select{a variable|a parameter|return object|an "
|
||||
"exception object|a member subobject|an array element|a new value|a value|a "
|
||||
"base class|an array element}0 of type %1 with an %select{rvalue|lvalue}2 of "
|
||||
"base class|a vector element}0 of type %1 with an %select{rvalue|lvalue}2 of "
|
||||
"type %3">;
|
||||
|
||||
def err_lvalue_to_rvalue_ref : Error<"rvalue reference cannot bind to lvalue">;
|
||||
|
|
Загрузка…
Ссылка в новой задаче