[PATCH] D87449: [clang-tidy] Add new check for SEI CERT rule SIG30-C.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 11 07:06:14 PDT 2020


Eugene.Zelenko added a comment.

Release Notes were not updated yet.



================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cert-sig30-c.rst:10
+The minimal list of asynchronous-safe system functions is:
+``abort()``, ``_Exit()``, ``quick_exit()`` and ``signal()`` (for ``signal`` there are additional conditions that are not checked).
+Every other system call is considered as non asynchronous-safe by the checker.
----------------
Please make all strings not longer then 80 symbols.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87449/new/

https://reviews.llvm.org/D87449



More information about the cfe-commits mailing list