Skip to content
New issue

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

dmd.cparse: Remove __restrict keyword #12580

Merged
merged 1 commit into from May 27, 2021
Merged

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented May 24, 2021

Same rationale as #12552 with the removal of __asm. This extension can be handled with a macro

#define __restrict restrict

@WalterBright

@ibuclaw ibuclaw added Refactoring No semantic changes to code Walter Bright ImportC Pertaining to ImportC support labels May 24, 2021
@ibuclaw ibuclaw requested a review from WalterBright May 24, 2021 22:15
@ibuclaw ibuclaw requested a review from kinke as a code owner May 24, 2021 22:15
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#12580"

Copy link
Member

@WalterBright WalterBright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the simplification.

@dlang-bot dlang-bot merged commit 31c1a53 into dlang:master May 27, 2021
@ibuclaw ibuclaw deleted the rm-restrict branch May 27, 2021 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge ImportC Pertaining to ImportC support Refactoring No semantic changes to code Walter Bright
Projects
None yet
3 participants