Skip to content

Use assign expressions in LLVM frontend #1265

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 1 commit into from
Jul 29, 2023
Merged

Use assign expressions in LLVM frontend #1265

merged 1 commit into from
Jul 29, 2023

Conversation

KuechA
Copy link
Contributor

@KuechA KuechA commented Jul 28, 2023

Replaces all occurrences of newBinaryOperator("=") with AssignExpressions in the llvm language module. Fixes #1261

@oxisto oxisto enabled auto-merge (squash) July 29, 2023 15:15

Verified

This commit was signed with the committer’s verified signature. The key has expired.
NeQuissimus Tim Steinbach
@oxisto oxisto force-pushed the llvm_assign_expr branch from 170788a to b81ffa2 Compare July 29, 2023 15:15
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

78.4% 78.4% Coverage
0.0% 0.0% Duplication

@oxisto oxisto merged commit 5a38c97 into main Jul 29, 2023
@oxisto oxisto deleted the llvm_assign_expr branch July 29, 2023 15:21
oxisto pushed a commit that referenced this pull request Jul 31, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
NeQuissimus Tim Steinbach
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.

Use AssignExpression in LLVM
2 participants