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:
Douglas Gregor 2009-05-12 20:24:52 +00:00
Родитель 43ac9654d0
Коммит 2df0716635
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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">;