Another default arg cleanup

Richard Smith richard at metafoo.co.uk
Thu Jan 29 16:29:14 PST 2015


On Thu, Jan 29, 2015 at 12:44 PM, Nathan Sidwell <nathan at acm.org> wrote:

> Ok, here's a better version.
>
> The Parser::ParseLexedMethodDeclaration change remains the same,
> replacing LM.DefaultArgs[I].Param with a local variable.
>
> The Sema::MergeCXXFunctionDecl change is fixed to iterate correctly, and
> CXX/dcl.decl/dcl.meaning/dcl.fct.default/p4.cpp is adjusted to exercise
> that logic.
>
> ok?


LGTM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150129/6b48b43b/attachment.html>


More information about the cfe-commits mailing list