[cfe-commits] r168135 - /cfe/trunk/include/clang/Basic/DiagnosticSerializationKinds.td

Douglas Gregor dgregor at apple.com
Thu Nov 15 20:10:20 PST 2012


Author: dgregor
Date: Thu Nov 15 22:10:20 2012
New Revision: 168135

URL: http://llvm.org/viewvc/llvm-project?rev=168135&view=rev
Log:
Remove unused diagnostics

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSerializationKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSerializationKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSerializationKinds.td?rev=168135&r1=168134&r2=168135&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSerializationKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSerializationKinds.td Thu Nov 15 22:10:20 2012
@@ -53,12 +53,6 @@
 def err_pch_macro_def_conflict : Error<
     "definition of macro '%0' differs between the precompiled header ('%1') "
     "and the command line ('%2')">;
-def err_pch_include_opt_missing : Error<
-    "precompiled header depends on '%select{-include|-imacros}0 %1' option "
-    "that is missing from the command line">;
-def err_pch_include_opt_conflict : Error<
-    "precompiled header option '%select{-include|-imacros}0 %1' conflicts with "
-    "corresponding option '%select{-include|-imacros}0 %2' on command line">;
 def err_pch_undef : Error<
     "%select{command line contains|precompiled header was built with}0 "
     "'-undef' but %select{precompiled header was not built with it|"





More information about the cfe-commits mailing list