> & the special case has been removed, then, I take it?

That if now reads

    if (VDecl->getStorageClass() == SC_Extern &&
        (!getLangOpts().CPlusPlus ||
         !(Context.getBaseElementType(VDecl->getType()).isConstQualified() ||
           VDecl->isExternC())))

which accounts for getStorageClass now returning SC_Extern in both
cases and isExternC being guarded by the CPlusPuls check since we
classify everything in C as extern C.

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

Reply via email to