[cfe-dev] private extern, what is that?
Eli Friedman
eli.friedman at gmail.com
Thu Nov 6 08:12:31 PST 2008
On Thu, Nov 6, 2008 at 7:41 AM, Paolo Bolzoni <bolzoni at cs.unipr.it> wrote:
> Function declarations and variable declarations can have private
> extern as storage class.
>
> I sought in the C and C++ standards for 'private extern' but I found nothing.
> What does private extern mean?
> When the clang's AST can have private extern in one of its vertices?
It's an Apple extension.
-Eli
More information about the cfe-dev
mailing list