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

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 12:50:05 PDT 2019


gribozavr added a comment.

Sorry, could you rebase the patch to apply cleanly to master? Seems like someone else edited ReleaseNotes.rst in the meanwhile.

  $ arc patch D67567
  ...
  Checking patch clang-tools-extra/docs/ReleaseNotes.rst...
  error: while searching for:
    Finds instances where variables with static storage are initialized
    dynamically in header files.


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

https://reviews.llvm.org/D67567





More information about the cfe-commits mailing list