[clang-tools-extra] [clang-tidy] Add C++ member function support to custom bugprone-unsafe-functions matches (PR #117165)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 13:56:43 PST 2025


================
@@ -139,6 +150,12 @@ Options
     function, and an optional reason, separated by comma. For more information,
     see :ref:`Custom functions<CustomFunctions>`.
 
+.. option:: ShowFullyQualifiedNames
+
+    When `true`, the fully qualified name of all functions matched by the custom
+    function matchers will be shown.
+    Default is `false`.
+
----------------
5chmidti wrote:

This can be removed, now that the option is no longer part of this PR

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


More information about the cfe-commits mailing list