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
136 B
Plaintext
11 lines
136 B
Plaintext
framework module A.Private {
|
|
header "aprivate.h"
|
|
export *
|
|
}
|
|
|
|
explicit module B.Private {
|
|
}
|
|
|
|
explicit framework module C.Private {
|
|
}
|