[clang-tools-extra] [clang-tidy] Add a fully custom message to `bugprone-unsafe-functions` (PR #162443)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 30 06:36:07 PDT 2025
================
@@ -314,6 +314,11 @@ Changes in existing checks
<clang-tidy/checks/bugprone/unhandled-self-assignment>` check by adding
an additional matcher that generalizes the copy-and-swap idiom pattern
detection.
+
+- Improved :doc:`bugprone-unsafe-functions
----------------
Discookie wrote:
Added. Didn't know the section existed, thanks!
https://github.com/llvm/llvm-project/pull/162443
More information about the cfe-commits
mailing list