[Modules] Add 'no_undeclared_includes' module map attributeThe 'no_undeclared_includes' attribute should be used in a module totell that only non-modular headers and headers from used modules are
[Modules] Add 'no_undeclared_includes' module map attributeThe 'no_undeclared_includes' attribute should be used in a module totell that only non-modular headers and headers from used modules areaccepted.The main motivation behind this is to prevent dep cycles between systemlibraries (such as darwin) and libc++.Patch by Richard Smith!llvm-svn: 284797
show more ...