[PATCH] D59806: [clang-tidy] Add a check for [super self] in initializers 🔍

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 15:27:20 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358620: [clang-tidy] Add a check for [super self] in initializers 🔍 (authored by stephanemoore, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D59806?vs=194998&id=195643#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59806

Files:
  clang-tools-extra/trunk/clang-tidy/objc/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/objc/ObjCTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/objc/SuperSelfCheck.cpp
  clang-tools-extra/trunk/clang-tidy/objc/SuperSelfCheck.h
  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-super-self.rst
  clang-tools-extra/trunk/test/clang-tidy/objc-super-self.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59806.195643.patch
Type: text/x-patch
Size: 11869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190417/00633106/attachment-0001.bin>


More information about the cfe-commits mailing list