[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
Tue Jan 5 08:41:33 PST 2021


segoon updated this revision to Diff 314631.
segoon edited the summary of this revision.
segoon added a comment.
Herald added a subscriber: lxfind.

- review fixes
- drop of atomic::is_always_lock_free check


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.314631.patch
Type: text/x-patch
Size: 34958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210105/9b9f18fe/attachment-0001.bin>


More information about the cfe-commits mailing list