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

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 07:23:51 PST 2021


curdeius added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/concurrency-async-no-new-threads.rst:14
+
+   The check doesn't identify synchronous and asynchronous code. Insead, it
+   assumes that all analyzed code is asynchronous and all blocking calls have to
----------------
Typo: Insead -> Instead


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

https://reviews.llvm.org/D94622



More information about the cfe-commits mailing list