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

Always use valid location when generating operators #1137

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

PetroZarytskyi
Copy link
Collaborator

@PetroZarytskyi PetroZarytskyi commented Nov 13, 2024

A valid location is required by the debug clang.
The commit is taken from #1121.

Partially addresses #428

Copy link
Contributor

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

Copy link
Owner

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

Lgtm!

Copy link
Contributor

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

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.48%. Comparing base (e494c10) to head (35ce1a6).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1137   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          50       50           
  Lines        8846     8850    +4     
=======================================
+ Hits         8358     8362    +4     
  Misses        488      488           
Files with missing lines Coverage Δ
lib/Differentiator/VisitorBase.cpp 97.29% <100.00%> (+0.02%) ⬆️
Files with missing lines Coverage Δ
lib/Differentiator/VisitorBase.cpp 97.29% <100.00%> (+0.02%) ⬆️

@vgvassilev vgvassilev merged commit 997c8f9 into vgvassilev:master Nov 13, 2024
90 checks passed
@PetroZarytskyi PetroZarytskyi deleted the valid-loc branch November 13, 2024 18:16
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.

2 participants