Rename InOut to ParameterStorageClass From InOut: auto TypeCtor final in lazy out ref return scope to ParameterStorageClass: auto TypeCtor final in lazy out ref return scope Note: not only change the name in functions.dd, but also in DMD.
(In reply to Bolpat from comment #0) > Note: not only change the name in functions.dd, but also in DMD. Where do you see the name `InOut` or similar in DMD?
@dkorpel created dlang/dlang.org pull request #3413 "Fix 23359 - Rename InOut to ParameterStorageClass" fixing this issue: - Fix 23359 - Rename InOut to ParameterStorageClass https://github.com/dlang/dlang.org/pull/3413
(In reply to Dennis from comment #1) > (In reply to Bolpat from comment #0) > > Note: not only change the name in functions.dd, but also in DMD. > > Where do you see the name `InOut` or similar in DMD? I found this: https://github.com/dlang/dmd/blob/master/druntime/benchmark/gcbench/vdparser.extra/vdc/parser/decl.d I renamed grammar entities in 2020 and was asked to replicate the renaming in the parser.
dlang/dlang.org pull request #3413 "Fix 23359 - Rename InOut to ParameterStorageClass" was merged into master: - 96e0050018388e79cfd3d83c6bbd3957d3ddbd48 by Dennis Korpel: Fix 23359 - Rename InOut to ParameterStorageClass https://github.com/dlang/dlang.org/pull/3413