From d3d7c611b9f018294301e32875abce26faa83fd6 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sat, 2 Nov 2013 11:21:23 +0000 Subject: [PATCH] Remove a stray tab character from warn_objc_root_class_missing git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193921 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 86108be0b9..ef78cc9c16 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -531,7 +531,7 @@ def note_suppressed_class_declare : Note< def err_objc_root_class_subclass : Error< "objc_root_class attribute may only be specified on a root class declaration">; def warn_objc_root_class_missing : Warning< - "class %0 defined without specifying a base class">, + "class %0 defined without specifying a base class">, InGroup; def note_objc_needs_superclass : Note< "add a super class to fix this problem">; -- 2.40.0