Ben Langmuir ffbafa2af0 Do not print inferred submodules explicitly in __inferred_module.map
Otherwise including a header in your source file that is not included by
framework's umbrella header will silently add an empty submodule with that
name.

is automatically translated to
@import Foo.NotInModule;

which then would have succeeded because the inferred module map
contained an empty submodule called NotInModule.

llvm-svn: 207024
2014-04-23 21:10:46 +00:00
..
2013-02-07 01:09:29 +00:00
2012-03-02 16:06:37 +00:00
2014-01-06 15:52:13 +00:00
2014-01-14 10:25:26 +00:00