+template<typename T>
+static bool mayConflictWithNonVisibleExternC(const T *ND) {
+  if (ND->hasCLanguageLinkage() && ND->getStorageClass() == SC_Extern)
+    return true;

Hmm, is this check equivalent to ND->isExternC() ?

On Thu, Jan 10, 2013 at 5:48 PM, Rafael Espíndola
<[email protected]> wrote:
> Rebased patch attached.
>
> Cheers,
> Rafael

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

Reply via email to