[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
Wed Aug 28 02:42:58 PDT 2024


================
@@ -7,6 +7,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "UnsafeFunctionsCheck.h"
+#include "../utils/Matchers.h"
----------------
whisperity wrote:

(This include is superfluous, ClangTidyCheck automatically pulls the related header in. Yes, I'm always burnt by clangd with this as well. :wink:)

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


More information about the cfe-commits mailing list