[PATCH] D83717: [clang-tidy] Add check fo SEI CERT item ENV32-C
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 15 07:11:22 PDT 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:87
+ <clang-tidy/checks/cert-env32-c>` check.
+ Finds functions registered by ``atexit`` and ``at_quick_exit`` that are calling
+ exit functions ``_Exit``, ``exit``, ``quick_exit`` or ``longjmp``.
----------------
Eugene.Zelenko wrote:
> Please separate with empty line.
This was not done yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83717/new/
https://reviews.llvm.org/D83717
More information about the cfe-commits
mailing list