[cfe-commits] r73542 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Chris Lattner
sabre at nondot.org
Tue Jun 16 13:04:21 PDT 2009
Author: lattner
Date: Tue Jun 16 15:04:21 2009
New Revision: 73542
URL: http://llvm.org/viewvc/llvm-project?rev=73542&view=rev
Log:
simplify .td file
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=73542&r1=73541&r2=73542&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Tue Jun 16 15:04:21 2009
@@ -242,8 +242,7 @@
"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<
More information about the cfe-commits
mailing list