Do you have commit access, or would you like me to commit this for you?

On Thu, May 29, 2014 at 8:04 PM, Richard Smith <[email protected]>
wrote:

> LGTM
>
> ================
> Comment at: lib/AST/Decl.cpp:1307
> @@ +1306,3 @@
> +      if (P.SuppressUnwrittenScope &&
> +          (ND->isAnonymousNamespace() || ND->isInlineNamespace()))
> +        continue;
> ----------------
> Just use `isInline` here since you already know you've got a namespace.
>
> http://reviews.llvm.org/D3922
>
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to