pisarev commented on PR #646: URL: https://github.com/apache/tvm-ffi/pull/646#issuecomment-4820939443
Fixed the clang-tidy failure in 97bebe5. It was a "clang-analyzer-security.ArrayBound" false positive on the test's fill loop (the analyzer can't see the buffer size through the allocator). Suppressed it with a NOLINT plus a short explanatory comment, and verified locally with clang-tidy 21.1.1. Should be green on a re-run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
