[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 Dec 30 04:01:15 PST 2020


segoon updated this revision to Diff 314093.
segoon retitled this revision from "Add a check for blocking types and functions." to "[clang-tidy] Add a check for blocking types and functions.".
segoon added a comment.
Herald added a reviewer: jfb.
Herald added subscribers: xazax.hun, mgorny.
Herald added a reviewer: jfb.

fix the mess


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.314093.patch
Type: text/x-patch
Size: 36741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201230/df924455/attachment-0001.bin>


More information about the cfe-commits mailing list