
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
10 lines
85 B
Plaintext
10 lines
85 B
Plaintext
module Base {
|
|
header "Base.h"
|
|
export *
|
|
}
|
|
|
|
module A {
|
|
header "A.h"
|
|
export *
|
|
}
|