-
Notifications
You must be signed in to change notification settings - Fork 157
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
Some variables declared as enum are not detected #250
Comments
I'm not sure what this issue refers to, in current index pin_config_param is an enum, not a variable. Maybe that wasn't the case with the corrupted index mentioned in #246? From #246
This is probably #221, fixed in #344 (not merged yet). Notice that all enumerators contain CONFIG_. |
@fstachura |
A fresh indexing will be done once #372 is merged! |
For example pin_config_param https://elixir.bootlin.com/linux/v6.4-rc2/C/ident/pin_config_param.
Here it's not an "enum" symbol, just a variable declared as enum.
The text was updated successfully, but these errors were encountered: