зеркало из https://github.com/microsoft/clang.git
Diagnostic wording fix, from Anders Johnsen
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
43ac9654d0
Коммит
2df0716635
|
@ -280,7 +280,7 @@ def err_mutable_nonmember : Error<
|
|||
def err_virtual_non_function : Error<
|
||||
"'virtual' can only appear on non-static member functions">;
|
||||
def err_explicit_non_function : Error<
|
||||
"'virtual' can only appear on non-static member functions">;
|
||||
"'explicit' can only appear on non-static member functions">;
|
||||
def err_virtual_out_of_class : Error<
|
||||
"'virtual' can only be specified inside the class definition">;
|
||||
def err_static_not_bitfield : Error<"static member %0 cannot be a bit-field">;
|
||||
|
|
Загрузка…
Ссылка в новой задаче