Skip to content

Conversation

@steffenlarsen
Copy link
Contributor

This commit fixes the following Coverity issues:

  • Adds explicit destructor to the SYCLBIN and SYCLBINBinaries classes, adhering to the rule-of-three.
  • Removes noexcept from SYCLBINBinaries::getState() as the access to GlobalMetadata may throw an exception.

This commit fixes the following Coverity issues:
* Adds explicit destructor to the SYCLBIN and SYCLBINBinaries classes,
  adhering to the rule-of-three.
* Removes noexcept from SYCLBINBinaries::getState() as the access to
  GlobalMetadata may throw an exception.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@dm-vodopyanov dm-vodopyanov merged commit 5db8ec7 into intel:sycl Aug 22, 2025
27 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.

2 participants