llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] no exceptions leaking from destructors

Open cperkinsintel opened this issue 8 months ago • 1 comments

Destructors are implicitly noexcept, so we must ensure they don't actually throw exceptions. No change to API or ABI with this PR.

cperkinsintel avatar Jun 25 '24 03:06 cperkinsintel