]> granicus.if.org Git - clang/commitdiff
simplify .td file
authorChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 20:04:21 +0000 (20:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 20:04:21 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73542 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 32be6f1caab95a51734804d306947a5b5a527261..af94a1a3310995b66e8518fb5c0527508b63e8e8 100644 (file)
@@ -242,8 +242,7 @@ def warn_objc_property_attr_mutually_exclusive : Warning<
   "property attributes '%0' and '%1' are mutually exclusive">,
   InGroup<DiagGroup<"readonly-setter-attrs">>, DefaultIgnore;
 def warn_undeclared_selector : Warning<
-  "undeclared selector %0">,
-  InGroup<DiagGroup<"undeclared-selector">>, DefaultIgnore;
+  "undeclared selector %0">, InGroup<UndeclaredSelector>, DefaultIgnore;
 
 // C++ declarations
 def err_static_assert_expression_is_not_constant : Error<