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

Calling conventions __cdecl #76

Closed
peaceshi opened this issue Apr 10, 2019 · 3 comments
Closed

Calling conventions __cdecl #76

peaceshi opened this issue Apr 10, 2019 · 3 comments
Labels
✨ Enhancement New feature or request

Comments

@peaceshi
Copy link
Contributor

vscode doesn't know what is __cdecl and others.
image

@matter123
Copy link
Collaborator

Blocked by #80

@jeff-hykin jeff-hykin changed the title feature request : syntax highlightling of calling conventions . Calling conventions __cdecl Apr 12, 2019
@matter123 matter123 added the 🔵 Blocked Depends on another issue label Apr 18, 2019
@jeff-hykin
Copy link
Owner

Is there a list of things like __cdecl?

@jeff-hykin jeff-hykin removed the 🔵 Blocked Depends on another issue label Jun 24, 2019
@matter123
Copy link
Collaborator

matter123 commented Jun 24, 2019

Msvc: https://docs.microsoft.com/en-us/cpp/cpp/argument-passing-and-naming-conventions?view=vs-2019

  • __cdecl
  • __clrcall
  • __stdcall
  • __fastcall
  • __thiscall
  • __vectorcall

gcc (and presumably clang) change calling convention via their normal attribute syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants