Skip to content

Fix function declarations with ms_call_modifier being incorrect. #321

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eezstreet
Copy link

Previously, function declarations which had an ms_call_modifier were not being parsed correctly.

This brings the grammar in-line with the C grammar, which parses it correctly.

In the C grammar, this example line of code will parse correctly, but in the current C++ parser, will not parse correctly, which this pull request addresses:

const int __cdecl BITMANIP_GetSize();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant