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 the mangling algorithm #1574

Merged
merged 9 commits into from
Aug 30, 2024
Merged

Fix the mangling algorithm #1574

merged 9 commits into from
Aug 30, 2024

Conversation

kyouko-taiga
Copy link
Contributor

Fixes #961

@kyouko-taiga kyouko-taiga merged commit f7d5964 into main Aug 30, 2024
16 checks passed
@kyouko-taiga kyouko-taiga deleted the fix-mangling branch August 30, 2024 18:40
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 88.74046% with 59 lines in your changes missing coverage. Please review.

Project coverage is 88.03%. Comparing base (49b89ed) to head (26ee883).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
Sources/IR/Mangling/Demangler.swift 81.81% 20 Missing ⚠️
Sources/IR/Mangling/Mangler.swift 94.87% 18 Missing ⚠️
Sources/IR/Mangling/DemangledQualification.swift 25.00% 12 Missing ⚠️
Sources/IR/Mangling/DemangledSymbol.swift 50.00% 3 Missing ⚠️
...ces/IR/Mangling/DemangledSynthesizedFunction.swift 0.00% 2 Missing ⚠️
Sources/IR/Mangling/DemangledType.swift 0.00% 2 Missing ⚠️
Sources/IR/FunctionID.swift 75.00% 1 Missing ⚠️
Sources/IR/Mangling/DemangledEntity.swift 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1574      +/-   ##
==========================================
+ Coverage   88.00%   88.03%   +0.02%     
==========================================
  Files         374      376       +2     
  Lines       22665    22727      +62     
==========================================
+ Hits        19947    20008      +61     
- Misses       2718     2719       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Demangler is broken
1 participant