[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 11:39:21 PST 2020
segoon added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/concurrency-async-blocking.cpp:450
+
+// TODO: remove CHECKT-MESSAGES
----------------
njames93 wrote:
> Whats this for?
WIP tests for not yet ready atomic::is_always_lock_free check
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93940/new/
https://reviews.llvm.org/D93940
More information about the cfe-commits
mailing list