From f1b4c42c49a7d7da2353235104c0e48ce35e3c77 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 15 Jul 2008 22:39:36 +0000 Subject: [PATCH] Make iboutlet diagnostic lowercase git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53646 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticKinds.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def index d1c4bd9080..ee8e33439a 100644 --- a/include/clang/Basic/DiagnosticKinds.def +++ b/include/clang/Basic/DiagnosticKinds.def @@ -675,7 +675,7 @@ DIAG(err_attr_wrong_decl, ERROR, // Clang-Specific Attributes DIAG(err_attribute_iboutlet_non_ivar, ERROR, - "'IBOutlet' attribute can only be applied to instance variables") + "'iboutlet' attribute can only be applied to instance variables") // Function Parameter Semantic Analysis. DIAG(err_param_with_void_type, ERROR, -- 2.40.0