Files
swift-mirror/test/api-digester/Inputs/APINotesLeft/module.modulemap
Xi Ge d1b0e67620 swift-api-digester: teach the tool do detect APINotes' moving one member variable/method to another type. (#9985)
Different from type hoist that moves global variables to static member
variables, we've also seen member variables being moved among different
types via apinotes. Swift-api-digester should be able to detect such
case so that migrator can handle them properly.

rdar://32466196
2017-05-30 14:23:32 -07:00

4 lines
50 B
Plaintext

module APINotesTest {
header "APINotesTest.h"
}