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

Dmitri Gribenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 03:50:59 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL373065: [clang-tidy] New check to warn when storing dispatch_once_t in non-static, non… (authored by gribozavr, committed by ).
Herald added subscribers: llvm-commits, ilya-biryukov.

Changed prior to commit:
  https://reviews.llvm.org/D68109?vs=222086&id=222125#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D68109

Files:
  clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/ClangTidyForceLinker.h
  clang-tools-extra/trunk/clang-tidy/darwin/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/darwin/DarwinTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/darwin/DispatchOnceNonstaticCheck.cpp
  clang-tools-extra/trunk/clang-tidy/darwin/DispatchOnceNonstaticCheck.h
  clang-tools-extra/trunk/clang-tidy/plugin/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
  clang-tools-extra/trunk/clangd/CMakeLists.txt
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/darwin-dispatch-once-nonstatic.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/darwin-dispatch-once-nonstatic.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68109.222125.patch
Type: text/x-patch
Size: 13775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190927/95873c6c/attachment.bin>


More information about the llvm-commits mailing list