forked from OSchip/llvm-project
Wording fix for a diagnostic, suggested by bill
llvm-svn: 39647
This commit is contained in:
parent
f99b3f5ec2
commit
d4a20ad752
|
@ -264,9 +264,9 @@ DIAG(w_asm_qualifier_ignored, WARNING,
|
|||
DIAG(ext_empty_source_file, EXTENSION,
|
||||
"ISO C forbids an empty source file")
|
||||
DIAG(ext_top_level_semi, EXTENSION,
|
||||
"ISO C does not allow extra ';' outside of a function")
|
||||
"ISO C does not allow an extra ';' outside of a function")
|
||||
DIAG(ext_extra_struct_semi, EXTENSION,
|
||||
"ISO C does not allow extra ';' inside a struct or union")
|
||||
"ISO C does not allow an extra ';' inside a struct or union")
|
||||
DIAG(ext_duplicate_declspec, EXTENSION,
|
||||
"duplicate '%0' declaration specifier")
|
||||
DIAG(ext_plain_complex, EXTENSION,
|
||||
|
|
Loading…
Reference in New Issue