[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
================
@@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
#include "UnsafeFunctionsCheck.h"
+#include "../utils/Matchers.h"
----------------
Discookie wrote:
Not in this case! utils/Matchers.h is not included in ClangTidyCheck (but it is included in UnsafeFunctionsCheck.h, so... whoops)
https://github.com/llvm/llvm-project/pull/106350
More information about the cfe-commits
mailing list