Skip to content

C++: Fix DataFlow <-> Expr mappings for CrementOperation and AssignOperation#11727

Merged
MathiasVP merged 3 commits intogithub:mathiasvp/replace-ast-with-ir-use-usedataflowfrom
MathiasVP:fix-crement-and-assign-op-dataflow-mappings
Dec 16, 2022
Merged

C++: Fix DataFlow <-> Expr mappings for CrementOperation and AssignOperation#11727
MathiasVP merged 3 commits intogithub:mathiasvp/replace-ast-with-ir-use-usedataflowfrom
MathiasVP:fix-crement-and-assign-op-dataflow-mappings

Conversation

@MathiasVP
Copy link
Copy Markdown
Contributor

These aren't totally aligned with either the C standard, nor the C++ standard. But I think the behavior I implemented here is the one people expect. It certainly fixes the FPs we were seeing on cpp/non-constant-format 🎉.

@MathiasVP MathiasVP added C++ no-change-note-required This PR does not need a change note labels Dec 16, 2022
@MathiasVP MathiasVP requested a review from a team as a code owner December 16, 2022 14:19
@MathiasVP MathiasVP merged commit c09ed10 into github:mathiasvp/replace-ast-with-ir-use-usedataflow Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C++ no-change-note-required This PR does not need a change note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants