From 507d6758fb5b5c871b0796c75ac08fc478f51ed7 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Sun, 14 Aug 2011 21:38:35 +0000 Subject: [PATCH] Another typo found by Nico; Doug also warned me about it, but I didn't listen to him. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137591 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticSemaKinds.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index d0d48ab382..88d6e784c6 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -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; def ext_explicit_specialization_storage_class : ExtWarn< "explicit specialization cannot have a storage class">; -- 2.40.0