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

Jordan Rose via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 29 09:36:56 PDT 2019


jordan_rose added a comment.

I don't think there's ever a reason to call `[super self]`, and doing so through a macro could easily indicate a bug.

Diagnostic nitpick: the Objective-C term is "init method", not "initializer".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59806





More information about the cfe-commits mailing list