[PATCH] D94621: [clang-tidy] add concurrency-async-fs

Vasily Kulikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 10 08:25:16 PST 2021


segoon updated this revision to Diff 322695.
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/D94621/new/

https://reviews.llvm.org/D94621

Files:
  clang-tools-extra/clang-tidy/concurrency/AsyncFsCheck.cpp
  clang-tools-extra/clang-tidy/concurrency/AsyncFsCheck.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-fs.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/concurrency-async-fs.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94621.322695.patch
Type: text/x-patch
Size: 19530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210210/a47f5ce0/attachment-0001.bin>


More information about the cfe-commits mailing list