Bruno Cardoso Lopes 5f11e128b0 [Modules] Improve .Private fix-its to handle 'explicit' and 'framework'
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
2018-06-15 20:13:28 +00:00

11 lines
136 B
Plaintext

framework module A.Private {
header "aprivate.h"
export *
}
explicit module B.Private {
}
explicit framework module C.Private {
}