[PATCH] D87449: [clang-tidy] Add new check for SEI CERT rule SIG30-C.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 05:43:17 PDT 2020
balazske created this revision.
Herald added subscribers: cfe-commits, martong, phosek, gamesh411, Szelethus, dkrupp, xazax.hun, whisperity, mgorny.
Herald added a project: clang.
balazske requested review of this revision.
SIG30-C. Call only asynchronous-safe functions within signal handlers
First version of this check, only minimal list of functions is allowed
("strictly conforming" case). Later a checker option can be added
to support the POSIX list of allowed functions (taken from the rule's
description).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87449
Files:
clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
clang-tools-extra/clang-tidy/cert/CMakeLists.txt
clang-tools-extra/clang-tidy/cert/SignalHandlerCheck.cpp
clang-tools-extra/clang-tidy/cert/SignalHandlerCheck.h
clang-tools-extra/docs/clang-tidy/checks/cert-sig30-c.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/signal.h
clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/stdlib.h
clang-tools-extra/test/clang-tidy/checkers/cert-sig30-c.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87449.290949.patch
Type: text/x-patch
Size: 54776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200910/fc34a756/attachment-0001.bin>
More information about the cfe-commits
mailing list