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

Fix clang-tidy findings #1766

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Fix clang-tidy findings #1766

merged 1 commit into from
Feb 27, 2024

Conversation

ftynse
Copy link
Collaborator

@ftynse ftynse commented Feb 27, 2024

Includes a real memory problem: ValueRange is a non-owning container, assining the returned value of type SmallVector to ValueRange will lead to ValueRange starting with a dangling pointer.

Base automatically changed from bump to main February 27, 2024 15:06
Includes a real memory problem: ValueRange is a non-owning container,
assining the returned value of type SmallVector<Value> to ValueRange
will lead to ValueRange starting with a dangling pointer.
@ftynse ftynse marked this pull request as ready for review February 27, 2024 15:07
@ftynse ftynse added this pull request to the merge queue Feb 27, 2024
Merged via the queue into main with commit 21ead64 Feb 27, 2024
46 checks passed
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.

3 participants