Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

C++ Reparse: Global variables AST node is empty #651

Open
schaumb opened this issue Oct 16, 2023 · 0 comments
Open

C++ Reparse: Global variables AST node is empty #651

schaumb opened this issue Oct 16, 2023 · 0 comments
Labels
Kind: Bug ⚠️ Level: Moderate (2) Plugin: C++ Issues related to the parsing and presentation of C++ projects.

Comments

@schaumb
Copy link
Collaborator

schaumb commented Oct 16, 2023

namespace N {
   const int var = 0;
}

When we try to query the var variable's AST node, reparser plugin returns nothing.

@mcserep mcserep added Kind: Bug ⚠️ Plugin: C++ Issues related to the parsing and presentation of C++ projects. labels Oct 18, 2023
@github-project-automation github-project-automation bot moved this to To do in Roadmap Aug 27, 2024
@github-project-automation github-project-automation bot moved this to To do in Lab Aug 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Kind: Bug ⚠️ Level: Moderate (2) Plugin: C++ Issues related to the parsing and presentation of C++ projects.
Projects
Status: To do
Status: To do
Development

No branches or pull requests

2 participants