[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
Tue Sep 24 07:04:43 PDT 2024
================
@@ -86,6 +127,21 @@ Options
this option enables.
Default is `true`.
+.. _option-ReportDefaultFunctions:
+
+.. option:: ReportDefaultFunctions
+
+ When `true`, the check reports the default set of functions.
+ Copnsider changing the setting to false if you only want to see custom
----------------
whisperity wrote:
```suggestion
Consider changing the setting to false if you only want to see custom
```
Typo!
https://github.com/llvm/llvm-project/pull/106350
More information about the cfe-commits
mailing list