[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
Tue Mar 26 15:21:54 PDT 2019
stephanemoore marked 2 inline comments as done.
stephanemoore 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.
----------------
Eugene.Zelenko wrote:
> Please use double backticks for language constructs. Same in other places.
Sorry I misread your earlier comment. I have been editing too much Markdown recently 😅 I have updated to use double backticks.
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