d: Fix mistakes in strings to be translated [PR104552]
Address comments made in PR104552 about documented D language options. gcc/d/ChangeLog: PR translation/104552 * lang.opt (fdump-cxx-spec=): Fix typo in argument handle. (fpreview=fixaliasthis): Quote `alias this' as code.
This commit is contained in:
parent
251ea6dfbd
commit
7a6ba7c7cb
1 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ Add comments for ignored declarations in the generated C++ header.
|
|||
|
||||
fdump-c++-spec=
|
||||
D RejectNegative Joined
|
||||
-fdump-cxx-spec=<filename> Write all declarations as C++ code to <file>.
|
||||
-fdump-cxx-spec=<filename> Write all declarations as C++ code to <filename>.
|
||||
|
||||
fdump-d-original
|
||||
D
|
||||
|
@ -370,7 +370,7 @@ Use field-wise comparisons for struct equality.
|
|||
|
||||
fpreview=fixaliasthis
|
||||
D RejectNegative
|
||||
When a symbol is resolved, check alias this scope before going to upper scopes.
|
||||
When a symbol is resolved, check `alias this' scope before going to upper scopes.
|
||||
|
||||
fpreview=in
|
||||
D RejectNegative
|
||||
|
|
Loading…
Add table
Reference in a new issue