[PATCH] Fix declaring class template methods with an attributed typedef

Reid Kleckner rnk at google.com
Fri Jul 19 10:26:20 PDT 2013


On Fri, Jul 19, 2013 at 1:08 PM, John McCall <rjmccall at apple.com> wrote:

> On Jul 12, 2013, at 12:42 PM, Reid Kleckner <rnk at google.com> wrote:
> > VisitFunctionDecl had some logic for attempting to handle this case
> > which I reused for class template methods.  Instantiation still fails,
> > but at least now clang doesn't crash.
> >
> > With AttributedTypes for these function attributes, we should be able to
> > make this work without losing the typedef sugar.
>
> It looks like your patch has some random tabs-to-spaces changes.  Could
> you commit those separately and then resend?


I don't see any tabs in the diff, but there was an overindented block after
some code motion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130719/f9c02bd1/attachment.html>


More information about the cfe-commits mailing list