[PATCH] D93940: [clang-tidy] Add a check for blocking types and functions.
Vasily Kulikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 10 07:39:52 PST 2021
segoon updated this revision to Diff 322685.
segoon added a comment.
Herald added a subscriber: nullptr.cpp.
- explicitly state in docs that the check must be used only for async code
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93940/new/
https://reviews.llvm.org/D93940
Files:
clang-tools-extra/clang-tidy/concurrency/AsyncBlockingCheck.cpp
clang-tools-extra/clang-tidy/concurrency/AsyncBlockingCheck.h
clang-tools-extra/clang-tidy/concurrency/CMakeLists.txt
clang-tools-extra/clang-tidy/concurrency/ConcurrencyTidyModule.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/concurrency-async-blocking.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/concurrency-async-blocking.c
clang-tools-extra/test/clang-tidy/checkers/concurrency-async-blocking.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93940.322685.patch
Type: text/x-patch
Size: 35298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210210/0d8149d6/attachment-0001.bin>
More information about the cfe-commits
mailing list