Skip to content

CPP: Add side effect models for strcpy and strcat. #3089

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

Merged
merged 11 commits into from
Mar 31, 2020

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Mar 18, 2020

Add SideEffectFunction models for strcpy and strcat. This turned out not to be important for the issue I was looking at, but we might as well keep the models.

@geoffw0 geoffw0 added the C++ label Mar 18, 2020
@geoffw0 geoffw0 requested a review from a team as a code owner March 18, 2020 16:50
@rdmarsh2
Copy link
Contributor

The test failure is a true positive we lost when we switched to IR-based value numbering.

@geoffw0
Copy link
Contributor Author

geoffw0 commented Mar 19, 2020

The test failure is a true positive we lost when we switched to IR-based value numbering.

Thanks - yes, it looks like a good change and nice surprise!

Copy link
Contributor

@jbj jbj left a comment

Choose a reason for hiding this comment

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

Otherwise LGTM

Copy link
Contributor

@jbj jbj left a comment

Choose a reason for hiding this comment

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

Missing overrides

@jbj
Copy link
Contributor

jbj commented Mar 24, 2020

I'm afraid there's a conflict in test output now.

@geoffw0
Copy link
Contributor Author

geoffw0 commented Mar 30, 2020

Merged in master, fixed conflicts (which were limited to the .expected files).

@jbj
Copy link
Contributor

jbj commented Mar 30, 2020

The tests can be re-triggered and should pass when #3162 is merged.

@jbj jbj merged commit 7b7ff1f into github:master Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants