Skip to content

fix #13881: Stack overflow in findTokensSkipDeadCodeImpl()#7545

Merged
danmar merged 2 commits intocppcheck-opensource:mainfrom
ludviggunne:13881
May 25, 2025
Merged

fix #13881: Stack overflow in findTokensSkipDeadCodeImpl()#7545
danmar merged 2 commits intocppcheck-opensource:mainfrom
ludviggunne:13881

Conversation

@ludviggunne
Copy link
Copy Markdown
Collaborator

This

using A::a;
int x = B<T>::a;

would previously be simplified to

int x = B<T>A::a;

in simplifyUsing.

@danmar danmar merged commit f1fa374 into cppcheck-opensource:main May 25, 2025
53 checks passed
@ludviggunne ludviggunne deleted the 13881 branch May 25, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants