Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Modules][ObjC] Check definition from canonical decl on designated initializers | Bruno Cardoso Lopes | 2017-04-26 | 5 | -0/+22 |
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 |