summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2017-12-22 02:53:30 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2017-12-22 02:53:30 +0000
commit2972991969b6841b361085d8c0dd0b964ebfd04f (patch)
tree772acc3f7a74cae4e3732a2d5b0d62c7c1c7cfa5 /lldb/packages/Python/lldbsuite/test/python_api
parent67885f5d582ade8fc8ba8569e41666b2aeb81b5c (diff)
downloadbcm5719-llvm-2972991969b6841b361085d8c0dd0b964ebfd04f.tar.gz
bcm5719-llvm-2972991969b6841b361085d8c0dd0b964ebfd04f.zip
[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 llvm-svn: 321337
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud