[PATCH] D90944: [clang-tidy] implement misc-mt-unsafe

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 16 04:15:25 PST 2020


njames93 added a comment.

Just a general drive by point, is it wise to add a new tidy module to clang-tidy called `threads` (or similar). 
We have got a few other checks related to multi-threaded code in the pipeline (D77493 <https://reviews.llvm.org/D77493>, D75229 <https://reviews.llvm.org/D75229>) that would fit perfectly for the same module.
Not to mention it would make it a lot easier to find checks specifically designed for multi-threaded workloads.


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

https://reviews.llvm.org/D90944



More information about the cfe-commits mailing list