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

Tree-sitter cannot parse callback typedefs with calling conventions #265

Open
awr1 opened this issue Jan 3, 2021 · 1 comment
Open

Tree-sitter cannot parse callback typedefs with calling conventions #265

awr1 opened this issue Jan 3, 2021 · 1 comment

Comments

@awr1
Copy link
Contributor

awr1 commented Jan 3, 2021

typedef void* (__stdcall *PFN_function)(
  void* pUserData);
# tree-sitter parse error: 'typedef void* (__stdcall *PFN_function)(', skipped

May need to be forwarded to the C parser project for tree-sitter too.

@genotrance
Copy link
Collaborator

Need to open an issue under tree-sitter-c.

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

No branches or pull requests

2 participants