diff options
Diffstat (limited to 'clang/include/clang/Basic/DiagnosticKinds.def')
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticKinds.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticKinds.def b/clang/include/clang/Basic/DiagnosticKinds.def index 26d9f74095b..89c1089b80f 100644 --- a/clang/include/clang/Basic/DiagnosticKinds.def +++ b/clang/include/clang/Basic/DiagnosticKinds.def @@ -223,7 +223,8 @@ DIAG(err_too_many_args_in_macro_invoc, ERROR, "too many arguments provided to function-like macro invocation") 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") // Should be a sorry? DIAG(err_pp_I_dash_not_supported, ERROR, |

