Provide an 'Explicit API' mode in the compiler which helps library authoring. Such mode should prevent delivery of unintended public API/ABI to the clients by requiring explicit visibility modifier and explicit return types for public declarations.
As described here this mode will helps to prevent delivery of unintended public API
I think
Explicit API mode
should be enabledAs described here this mode will helps to prevent delivery of unintended public API