mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
Another typo found by Nico; Doug also warned me about it, but I didn't listen to him.
llvm-svn: 137591
This commit is contained in:
@@ -2029,7 +2029,7 @@ def err_not_class_template_specialization : Error<
|
||||
def err_function_specialization_in_class : Error<
|
||||
"cannot specialize a function %0 within class scope">;
|
||||
def ext_function_specialization_in_class : ExtWarn<
|
||||
"explicit specialization of %0 within class scope in a Microsoft extension">,
|
||||
"explicit specialization of %0 within class scope is a Microsoft extension">,
|
||||
InGroup<Microsoft>;
|
||||
def ext_explicit_specialization_storage_class : ExtWarn<
|
||||
"explicit specialization cannot have a storage class">;
|
||||
|
||||
Reference in New Issue
Block a user