[PATCH] D67567: [clang-tidy] New check to warn when storing dispatch_once_t in non-static, non-global storage

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 27 04:30:27 PDT 2019


thakis added a comment.

In D67567#1685077 <https://reviews.llvm.org/D67567#1685077>, @mwyman wrote:

> In D67567#1685036 <https://reviews.llvm.org/D67567#1685036>, @gribozavr wrote:
>
> > Sorry, I reverted it in r373032 because the test fails on Linux: http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/18323 . Could you please take a look? Thanks!
>
>
> What's the process for re-landing a change? New Differential, or update this one?


Either works; I think most people update the existing one.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67567





More information about the cfe-commits mailing list