We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running DLP on the DMD code base with the following command:
dlp infer-attributes -i src --string-import-path res --string-import-path generated/osx/release/64 --version MARS src/dmd/backend/cod1.d
Results in the following compile error:
src/dmd/backend/cod1.d(3931): Error: `dmd.backend.cod1.paramsize` called with argument types `(elem*, uint)` matches both: src/dmd/backend/cod1.d(59): `dmd.backend.cod1.paramsize(elem* e, uint tyf)` and: src/dmd/backend/cod1.d(3897): `dmd.backend.cod1.paramsize(elem* e, uint tyf)` src/dmd/backend/cod1.d(4135): Error: `dmd.backend.cod1.paramsize` called with argument types `(elem*, uint)` matches both: src/dmd/backend/cod1.d(59): `dmd.backend.cod1.paramsize(elem* e, uint tyf)` and: src/dmd/backend/cod1.d(3897): `dmd.backend.cod1.paramsize(elem* e, uint tyf)` src/dmd/backend/cod1.d(3331): Error: `dmd.backend.cod1.paramsize` called with argument types `(elem*, uint)` matches both: src/dmd/backend/cod1.d(59): `dmd.backend.cod1.paramsize(elem* e, uint tyf)` and: src/dmd/backend/cod1.d(3897): `dmd.backend.cod1.paramsize(elem* e, uint tyf)`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running DLP on the DMD code base with the following command:
Results in the following compile error:
The text was updated successfully, but these errors were encountered: