[cfe-commits] r60181 - /cfe/trunk/include/clang/Basic/DiagnosticKinds.def

Chris Lattner sabre at nondot.org
Thu Nov 27 11:33:39 PST 2008


Author: lattner
Date: Thu Nov 27 13:33:39 2008
New Revision: 60181

URL: http://llvm.org/viewvc/llvm-project?rev=60181&view=rev
Log:
remove dead diag

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticKinds.def

Modified: cfe/trunk/include/clang/Basic/DiagnosticKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticKinds.def?rev=60181&r1=60180&r2=60181&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticKinds.def Thu Nov 27 13:33:39 2008
@@ -1267,8 +1267,6 @@
      "comparison of distinct block types (%0 and %1)")
 DIAG(ext_typecheck_convert_incompatible_block_pointer, EXTWARN,
      "incompatible block pointer types %2 %1, expected %0")
-DIAG(ext_typecheck_convert_pointer_void_block, EXTENSION,
-     "%2 %1 converts between void* and block pointer, expected %0")
      
 DIAG(err_typecheck_array_not_modifiable_lvalue, ERROR,
      "array type %0 is not assignable")





More information about the cfe-commits mailing list