[PATCH] D67737: [clang-tidy] Add check for classes missing -hash ⚠️

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 18:22:15 PDT 2019


This revision was automatically updated to reflect the committed changes.
stephanemoore marked an inline comment as done.
Closed by commit rL372445: [clang-tidy] Add check for classes missing -hash ⚠️ (authored by stephanemoore, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D67737?vs=220823&id=221147#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67737

Files:
  clang-tools-extra/trunk/clang-tidy/objc/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/objc/MissingHashCheck.cpp
  clang-tools-extra/trunk/clang-tidy/objc/MissingHashCheck.h
  clang-tools-extra/trunk/clang-tidy/objc/ObjCTidyModule.cpp
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/objc-missing-hash.rst
  clang-tools-extra/trunk/test/clang-tidy/objc-missing-hash.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67737.221147.patch
Type: text/x-patch
Size: 8679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190921/3aeff132/attachment-0001.bin>


More information about the cfe-commits mailing list