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

[objc] If an interface has no initializer marked as designated and introduces...

[objc] If an interface has no initializer marked as designated and introduces at least one new initializer,
don't assume that it inherits the designated initializers from the super class.

If the assumption was wrong because a new initializer was a designated one that was not marked as such,
we will emit misleading warnings for subclasses of the interface.

llvm-svn: 196476
parent 7b472104
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