diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-19 06:41:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-19 06:41:46 +0000 |
commit | 4505e89d0fe796ea02f8c5b3e24acb60be9eb647 (patch) | |
tree | 1aa659dadd7e68045a9fcc90fd36ff1acd711fb9 | |
parent | 85c0e4d780638b9db04c649e2f6e895be1eac6f9 (diff) | |
download | bcm5719-llvm-4505e89d0fe796ea02f8c5b3e24acb60be9eb647.tar.gz bcm5719-llvm-4505e89d0fe796ea02f8c5b3e24acb60be9eb647.zip |
Make diagnostic message better
llvm-svn: 38740
-rw-r--r-- | clang/include/clang/Basic/DiagnosticKinds.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticKinds.def b/clang/include/clang/Basic/DiagnosticKinds.def index 89c1089b80f..f0f11d9391e 100644 --- a/clang/include/clang/Basic/DiagnosticKinds.def +++ b/clang/include/clang/Basic/DiagnosticKinds.def @@ -224,7 +224,7 @@ DIAG(err_too_many_args_in_macro_invoc, ERROR, 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, |