[PATCH] D59806: [clang-tidy] Add a check for [super self] in initializers 🔍
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 26 13:02:03 PDT 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:113
+
+ Finds invocations of `-self` on super instances in initializers of subclasses
+ of `NSObject` and recommends calling a superclass initializer instead.
----------------
Please use double backticks for language constructs. Same in other places.
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