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

[C/C++] typedef marked const as an indexed entity.name.type #3504

Open
ratijas opened this issue Oct 9, 2022 · 0 comments
Open

[C/C++] typedef marked const as an indexed entity.name.type #3504

ratijas opened this issue Oct 9, 2022 · 0 comments
Labels
C: Syntax T: bug A bug in an existing language feature

Comments

@ratijas
Copy link
Contributor

ratijas commented Oct 9, 2022

What happened?

typedef bool (ParseResult::*BooleanType)() const;

Sublime Text renders it as:

typedef with const

and naturally indexes it, so it becomes a target for GoTo Definition:

Definition of const

@ratijas ratijas added the T: bug A bug in an existing language feature label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Syntax T: bug A bug in an existing language feature
Projects
None yet
Development

No branches or pull requests

2 participants