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

[NATIVECPU] Fix coverity warnings #1169

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

martygrant
Copy link
Contributor

@martygrant martygrant commented Dec 8, 2023

1574319, 1574318, 1574316, 1574317. Uninitialized fields, copy instead of move and unreachable code.

intel-llvm PR intel/llvm#12125

… 1574244. Unitialised fields, copy instead of move and unreachable code.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (861d95d) 15.71% compared to head (2f5aa14) 15.71%.
Report is 2 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1169      +/-   ##
==========================================
- Coverage   15.71%   15.71%   -0.01%     
==========================================
  Files         223      223              
  Lines       31518    31518              
  Branches     3556     3556              
==========================================
- Hits         4954     4952       -2     
- Misses      26514    26515       +1     
- Partials       50       51       +1     

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

Copy link
Contributor

@kbenzie kbenzie 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

@PietroGhg PietroGhg left a comment

Choose a reason for hiding this comment

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

LGTM, thank you

@martygrant martygrant merged commit 51d1c09 into oneapi-src:main Dec 15, 2023
51 checks passed
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.

5 participants