Do not add an overload if the function doesn't have a prototype; this can happen if, for instance, a misplaced/malformed call site is considered like a declaration for recovery purposes. rdar://problem/31306325 llvm-svn: 301453
5 lines
39 B
Plaintext
5 lines
39 B
Plaintext
module X {
|
|
header "X.h"
|
|
export *
|
|
}
|