[PATCH] D33644: Add default values for function parameter chunks

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 14 05:58:12 PDT 2017


yvvan added a comment.

In https://reviews.llvm.org/D33644#780188, @klimek wrote:

> Can you give a bit more background what this is trying to do?


Sure :)
Currently default value string does not contain default value itself. This change fixes it and adds the default value to the string.


https://reviews.llvm.org/D33644





More information about the cfe-commits mailing list