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

ValueFlow: some small cleanups #6737

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Conversation

firewave
Copy link
Collaborator

No description provided.

const Library::Container::Yield yield = findIteratorYield(tok, ftok, settings);
if (!ftok)
continue;
Value v(0);
Copy link
Collaborator Author

@firewave firewave Aug 31, 2024

Choose a reason for hiding this comment

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

The obvious partially unnecessary creation of the object will be addressed in a follow-up PR which contains more such cases in the split out ValueFlow code. I want to profile those changes in detail to see if it might have an impact and also wait until the remaining open refactoring has been merged.

@chrchr-github chrchr-github merged commit 5e1db12 into danmar:main Sep 2, 2024
63 checks passed
@firewave firewave deleted the vf-clean branch September 2, 2024 09:44
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