Skip to content
Commit b66d3cf5 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[objc] Emit warning when the implementation of a secondary initializer calls on

super another initializer and when the implementation does not delegate to
another initializer via a call on 'self'.

A secondary initializer is an initializer method not marked as a designated
initializer within a class that has at least one initializer marked as a
designated initializer.

llvm-svn: 196318
parent fcded9b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment