On Apr 28, 2010, at 2:58 AM, Abramo Bagnara wrote:

> Currently clang marks these two declarations
> 
> extern "C" int a;
> extern "C" void foo();
> 
> as extern in StorageClassAsWritten, but the inner declarations does not
> have any storage class specified (and C++ standard does not allow any).
> 
> The attached patch wrt r102259 fixes the problem (and do not introduce
> any regressions).
> 
> This patch has already been sent to cfe-dev, currently without pending
> objections but without explicit approval.
> 
> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-April/008773.html
> 
> Having just obtained write access, is it ok if I commit it in?

Looks good; please go ahead and commit!

        - Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to