When in the context of suggestion the fix-it from .Private to _Private for private modules, trim off the 'explicit' and add 'framework' when appropriate. rdar://problem/41030554 llvm-svn: 334859
11 lines
97 B
Plaintext
11 lines
97 B
Plaintext
framework module A {
|
|
header "a.h"
|
|
export *
|
|
}
|
|
|
|
framework module B {
|
|
}
|
|
|
|
framework module C {
|
|
}
|