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

long/short types in paramater make parameter name tagged as a type #275

Closed
matter123 opened this issue Jul 1, 2019 · 0 comments
Closed
Labels
🐛 Bug Something isn't working

Comments

@matter123
Copy link
Collaborator

Example (C++)

void func(short a) {
	
}

Image:
Screenshot from 2019-07-01 10-45-29

a has the scope entity.name.type.parameter. This happens for short, long and unsigned.

@jeff-hykin jeff-hykin added the 🐛 Bug Something isn't working label Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants