| commit | faaeae5d6e8f047c3583f6d0e2f1441cf4acd9d6 | [log] [tgz] |
|---|---|---|
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Wed Apr 26 05:06:20 2017 +0000 |
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Wed Apr 26 05:06:20 2017 +0000 |
| tree | 79be90c499c999579d9456216cf6a9229efd5a0d | |
| parent | 3fef15b73fb2de71c90232fe33e4a1fed697b3b6 [diff] |
[Modules][ObjC] Check definition from canonical decl on designated initializers Use definition from canonical decl when checking for designated initializers. This is necessary since deserialization of a interface might reuse the definition from the canonical one (see r281119). rdar://problem/29360655 llvm-svn: 301382