summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/implicit-private-canonical
Commit message (Collapse)AuthorAgeFilesLines
* [Modules] Fix remapping from Foo.Private to Foo_Private to happen before ↵Bruno Cardoso Lopes2018-02-121-0/+3
| | | | | | | | | | typo correction Typo correction is the last step here, remapping should come first. rdar://problem/37351970 llvm-svn: 324965
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-225-0/+11
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 llvm-svn: 321337
OpenPOWER on IntegriCloud