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

Add support for parameter specification in Varied Analysis #1122

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

ovdiiuv
Copy link
Collaborator

@ovdiiuv ovdiiuv commented Oct 23, 2024

This PR fixes Varied Analysis to work with parameter specification and improves function calls support; it's no longer assumed that every function is varied by default.

This PR fixes Varied Analysis to work with parameter specification and improves function calls support; it's no longer assumed that every function is varied by default.
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.37%. Comparing base (d82f7fd) to head (a4b7d3a).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #1122    +/-   ##
========================================
  Coverage   94.37%   94.37%            
========================================
  Files          50       50            
  Lines        8366     8689   +323     
========================================
+ Hits         7895     8200   +305     
- Misses        471      489    +18     
Files with missing lines Coverage Δ
lib/Differentiator/ActivityAnalyzer.cpp 100.00% <100.00%> (ø)
lib/Differentiator/DiffPlanner.cpp 98.60% <100.00%> (+0.04%) ⬆️

... and 31 files with indirect coverage changes

Files with missing lines Coverage Δ
lib/Differentiator/ActivityAnalyzer.cpp 100.00% <100.00%> (ø)
lib/Differentiator/DiffPlanner.cpp 98.60% <100.00%> (+0.04%) ⬆️

... and 31 files with indirect coverage changes

@PetroZarytskyi
Copy link
Collaborator

LGTM

@vgvassilev vgvassilev merged commit 6c45be3 into vgvassilev:master Oct 27, 2024
90 checks passed
@ovdiiuv ovdiiuv deleted the callexprvaried branch October 28, 2024 14:26
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