[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:18:51 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``.
----------------
gamesh411 wrote:
> Eugene.Zelenko wrote:
> > Eugene.Zelenko wrote:
> > > Please separate with empty line.
> > This was not done yet.
> Do you mean to separate the header line `Finds functions registered...` from the link above? I think I was following the entry after this one as a guideline instead of the one before.
Yes, I meant that. Please also same problem in entry below.


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