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

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:24:14 PDT 2007


Author: sabre
Date: Wed Jul 11 11:24:14 2007
New Revision: 38740

URL: http://llvm.org/viewvc/llvm-project?rev=38740&view=rev
Log:
Make diagnostic message better

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

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

==============================================================================
--- cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def (original)
+++ cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def Wed Jul 11 11:24:14 2007
@@ -224,7 +224,7 @@
 DIAG(err_too_few_args_in_macro_invoc, ERROR,
      "too few arguments provided to function-like macro invocation")
 DIAG(err_pp_bad_paste, ERROR,
-     "pasting \"%s\" does not give a valid preprocessing token")
+     "pasting formed \"%s\", an invalid preprocessing token")
 
 // Should be a sorry?
 DIAG(err_pp_I_dash_not_supported, ERROR,





More information about the cfe-commits mailing list