[PATCH] D91000: [clang-tidy] Add bugprone-unsafe-functions checker.
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 05:12:27 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf27c8ac83e7c: [clang-tidy] Add the `bugprone-unsafe-functions` check (authored by futogergely, committed by whisperity).
Changed prior to commit:
https://reviews.llvm.org/D91000?vs=485774&id=494265#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91000/new/
https://reviews.llvm.org/D91000
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone/unsafe-functions.rst
clang-tools-extra/docs/clang-tidy/checks/cert/msc24-c.rst
clang-tools-extra/docs/clang-tidy/checks/cert/msc33-c.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone/unsafe-functions.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91000.494265.patch
Type: text/x-patch
Size: 34266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230202/d97837f0/attachment-0001.bin>
More information about the cfe-commits
mailing list