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

Handle namespace alias declarations #658

Merged
merged 2 commits into from
Nov 12, 2023
Merged

Conversation

mozesl
Copy link
Collaborator

@mozesl mozesl commented Nov 1, 2023

An ast node is now created for namespace aliases, using the hash of the aliased namespace
closes #652

@mozesl mozesl self-assigned this Nov 1, 2023
@mozesl mozesl requested a review from mcserep November 1, 2023 16:40
@mozesl mozesl added the Plugin: C++ Issues related to the parsing and presentation of C++ projects. label Nov 1, 2023
Copy link
Collaborator

@mcserep mcserep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected 👏

@mcserep mcserep merged commit fb1ceda into Ericsson:master Nov 12, 2023
7 checks passed
@mozesl mozesl deleted the feature/nsalias branch November 25, 2023 11:32
wbqpk3 pushed a commit to wbqpk3/CodeCompass that referenced this pull request Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Enhancement 🌟 Plugin: C++ Issues related to the parsing and presentation of C++ projects.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle namespace aliasing
2 participants