]> granicus.if.org Git - clang/commitdiff
add diagnostic
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 07:59:42 +0000 (07:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 07:59:42 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46504 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def

index 81f9b97544b570c2d32d67f36257dfa8cdc79d54..ad628af24f5f8d036953a7ce6f0a06a15f191586 100644 (file)
@@ -234,6 +234,8 @@ DIAG(err_paste_at_start, ERROR,
      "\"##\" cannot appear at start of macro expansion")
 DIAG(err_paste_at_end, ERROR,
      "\"##\" cannot appear at end of macro expansion")
+DIAG(ext_paste_comma, EXTENSION,
+     "Use of comma pasting extension is non-portable")
 DIAG(err_unterm_macro_invoc, ERROR,
      "unterminated function-like macro invocation")
 DIAG(err_too_many_args_in_macro_invoc, ERROR,