summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/implicit-private-with-submodule
Commit message (Collapse)AuthorAgeFilesLines
* [Modules] Improve .Private fix-its to handle 'explicit' and 'framework'Bruno Cardoso Lopes2018-06-152-0/+12
| | | | | | | | | | 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
* [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