[clang-tools-extra] [clang-tidy] Add user-defined functions to `bugprone-unsafe-functions` check (PR #106350)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 2 01:37:43 PDT 2024


================
@@ -19,6 +19,9 @@ The check implements the following rules from the CERT C Coding Standard:
 Unsafe functions
 ----------------
 
+The following functions are reported if `ReportDefaultFunctions
+<unsafe-functions.html#cmdoption-arg-ReportDefaultFunctions>`_ is enabled.
+
----------------
Discookie wrote:

I hope I did it correctly, I'm not that familiar with RST syntax.

https://github.com/llvm/llvm-project/pull/106350


More information about the cfe-commits mailing list