[PATCH] D91000: [clang-tidy] Add bugprone-unsafe-functions checker.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 27 08:02:17 PDT 2022
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:148
+- New :doc:`bugprone-unsafe-functions <clang-tidy/checks/bugprone/unsafe-functions>` check.
+
----------------
Please keep checks entries in alphabetical order.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:150
+
+ Checks for functions that have safer, more secure replacements available.
+ The functions checked are considered unsafe because for example they are
----------------
One sentence should be enough.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91000/new/
https://reviews.llvm.org/D91000
More information about the cfe-commits
mailing list