[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
Loading
Please register or sign in to comment