You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
386 B

DIAG(err_unterminated_comment,
DiagnosticEngine::Error,
"%0:%1:%2: error: unterminated comment\n",
"%0:%1:%2: error: unterminated comment\n")
DIAG(err_syntax_error,
DiagnosticEngine::Error,
"%0:%1:%2: error: %3\n",
"%0:%1:%2: error: %3\n")
DIAG(err_assert_failed,
DiagnosticEngine::Error,
"Assertion failed: %0\n",
"Assertion failed: %0\n")