[PATCH] D83717: [clang-tidy] Add check fo SEI CERT item ENV32-C

Endre Fülöp via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 15 07:06:41 PDT 2020


gamesh411 marked 2 inline comments as done.
gamesh411 added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cert-env32-c.rst:6
+
+This check implements SEI CERT rule ENV32-C by finding functions registered by
+``atexit`` and ``at_quick_exit`` that are calling exit functions ``_Exit``,
----------------
Eugene.Zelenko wrote:
> Please synchronize with statement in Release Notes. Please omit //This check//.
Thanks! Fixed :)


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