Skip to content

Commit d532181

Browse files
committed
Simplify & shorten the wording of the messages
1 parent b37f6b0 commit d532181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/DiagnosticDriverKinds.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ def err_arch_unsupported_isa
278278
: Error<"architecture '%0' does not support '%1' execution mode">;
279279

280280
def err_zos_target_release_discontinued
281-
: Error<"z/OS target level \"%0\" is discontinued. Unexpected behavior might occur if an out-of-support target level is specified. Use z/OS target level \"zOSv2r4\", or later instead">;
281+
: Error<"z/OS target level \"%0\" is discontinued">;
282282
def err_zos_target_unrecognized_release
283-
: Error<"\"%0\" is not recognized as a valid z/OS target level. The z/OS target level must be \"current\", or of the form \"zosvVrR\", where \"V\" is the version and \"R\" is the release, or given as a \"0x\"-prefixed eight digit hexadecimal value">;
283+
: Error<"z/OS target level \"%0\" is invalid">;
284284

285285
def err_drv_I_dash_not_supported : Error<
286286
"'%0' not supported, please use -iquote instead">;

0 commit comments

Comments
 (0)