Hi Sean,

On Fri, Jun 15, 2012 at 2:07 PM, Sean Hunt <[email protected]> wrote:
> On the basis that the code should be self-descriptive, no description.

Is the diff missing part of the patch sequence?

--- a/lib/Sema/AttributeList.cpp
+++ b/lib/Sema/AttributeList.cpp
@@ -109,10 +111,13 @@ AttributeList::Kind AttributeList::getKind(const
IdentifierInfo *Name,
       AttrName.size() >= 4)
     AttrName = AttrName.substr(2, AttrName.size() - 4);

-  // FIXME: implement attribute namespacing correctly.
   SmallString<64> Buf;
   if (ScopeName)
-    (Buf += ScopeName->getName()) += "::";

This doesn't match the code in my checkout.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to