HIP
HIP copied to clipboard
Mark public API with "C" linkage as "noexcept"
I suggest to mark all exported functions with C linkage as noexcept for better c++ support. Missing noexcept causes code analyzers to issue a warning.