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

John McCall rjmccall at apple.com
Fri Jul 19 10:08:13 PDT 2013


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?

John.



More information about the cfe-commits mailing list