[PATCH] D94622: [clang-tidy] add concurrency-async-no-new-threads

Vasily Kulikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 14 08:02:03 PST 2021


segoon updated this revision to Diff 316664.
segoon edited the summary of this revision.
segoon added a comment.

- fix the first document line
- add default values


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

https://reviews.llvm.org/D94622

Files:
  clang-tools-extra/clang-tidy/concurrency/AsyncNoNewThreadsCheck.cpp
  clang-tools-extra/clang-tidy/concurrency/AsyncNoNewThreadsCheck.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-no-new-threads.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/concurrency-async-no-new-threads.c
  clang-tools-extra/test/clang-tidy/checkers/concurrency-async-no-new-threads.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94622.316664.patch
Type: text/x-patch
Size: 16190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210114/e61a6d45/attachment.bin>


More information about the cfe-commits mailing list