[PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
rnk at google.com
Fri Jul 26 14:39:37 PDT 2013
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 --------------
A non-text attachment was scrubbed...
Name: D1135.3.patch
Type: text/x-patch
Size: 9055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130726/b6d36241/attachment.bin>
More information about the cfe-commits
mailing list