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

Michael Wyman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 13:13:44 PDT 2019


mwyman added a comment.

In D67567#1684785 <https://reviews.llvm.org/D67567#1684785>, @gribozavr wrote:

> 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.
>


Just rebased, resolved the conflict and uploaded, should be good.


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

https://reviews.llvm.org/D67567





More information about the cfe-commits mailing list