We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf9bf5 commit dedfc21Copy full SHA for dedfc21
include/swift/module.modulemap
@@ -1,6 +1,8 @@
1
module BasicBridging {
2
header "Basic/BridgedSwiftObject.h"
3
header "Basic/BasicBridging.h"
4
+ header "Basic/SourceLoc.h"
5
+ requires cplusplus
6
export *
7
}
8
0 commit comments