mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Clang importer was picking the beginning of the main FileID as include location of its modules, which is the same location that the clang PCH mechanism is using as import location. Make sure to use a different location otherwise we'll have problems with source order comparisons of clang source locations not being deterministic. rdar://29137319
5 lines
66 B
C
5 lines
66 B
C
@import Foundation;
|
|
@import somemod1;
|
|
|
|
void func_in_bridge(void);
|