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

Reid Kleckner rnk at google.com
Tue Jul 30 17:33:11 PDT 2013


Ping.  This is just a bugfix, it shouldn't change functionality.


On Fri, Jul 26, 2013 at 2:39 PM, Reid Kleckner <rnk at google.com> wrote:

>   Make instantiation succeed by building ParmVarDecls
>
>   The essence of this change is that SubstFunctionType should always fill
> Params
>   or return null.
>
> Hi rjmccall,
>
> http://llvm-reviews.chandlerc.com/D1135
>
> CHANGE SINCE LAST DIFF
>   http://llvm-reviews.chandlerc.com/D1135?vs=2912&id=3042#toc
>
> Files:
>   lib/Sema/SemaTemplateInstantiate.cpp
>   lib/Sema/SemaTemplateInstantiateDecl.cpp
>   test/SemaCXX/decl-microsoft-call-conv.cpp
>   test/SemaTemplate/instantiate-function-params.cpp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130730/61ed920a/attachment.html>


More information about the cfe-commits mailing list