clang/test/Modules/Inputs/implicit-private-with-diffe.../A.framework
Bruno Cardoso Lopes aea3aa183d [Modules] Change private modules rules and warnings
We used to advertise private modules to be declared as submodules
(Foo.Private). This has proven to not scale well since private headers
might carry several dependencies, introducing unwanted content into the
main module and often causing dep cycles.

Change the canonical way to name it to Foo_Private, forcing private
modules as top level ones, and provide warnings under -Wprivate-module
to suggest fixes for other private naming. Update documentation to
reflect that.

rdar://problem/31173501

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321337 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-22 02:53:30 +00:00
..
Headers [Modules] Change private modules rules and warnings 2017-12-22 02:53:30 +00:00
Modules
PrivateHeaders [Modules] Change private modules rules and warnings 2017-12-22 02:53:30 +00:00