felipecrv commented on PR #44794:
URL: https://github.com/apache/arrow/pull/44794#issuecomment-2494959680
Easy to forbid `memcpy` and suggest alternative with `clang-tidy`
```
bugprone-unsafe-functions.CustomFunctions="
functionRegex1[, replacement1[, reason1]];
functionRegex2[, replacement2[, reason2]];
...
"
```
https://clang.llvm.org/extra/clang-tidy/checks/bugprone/unsafe-functions.html
--
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]