llvm
llvm copied to clipboard
[SYCL][ABI-Break] Add noexcept to has_property
SYCL 2020 adds noexcept to has_property on SYCL objects that take property_list arguments. This changes adjust the existing implementation accordingly.
Signed-off-by: Steffen Larsen [email protected]
This is a reopening of https://github.com/intel/llvm/pull/4889 as we are now able to break ABI.