r262278 - Generalize the consumed-parameter array on FunctionProtoType

John McCall via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 29 17:21:43 PST 2016


> On Feb 29, 2016, at 5:06 PM, Pariborz Jahanian <farijahan at hotmail.com> wrote:
>> On Feb 29, 2016, at 4:49 PM, John McCall via cfe-commits <cfe-commits at lists.llvm.org> wrote:
>> 
>> Author: rjmccall
>> Date: Mon Feb 29 18:49:02 2016
>> New Revision: 262278
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=262278&view=rev
>> Log:
>> Generalize the consumed-parameter array on FunctionProtoType
>> to allow arbitrary data to be associated with a parameter.
>> 
> 
> Hi John,
> Would you mind providing a test for this scenario?

Hi, Fariborz!  The generalization itself isn’t really testable; it’s NFC.

John.



More information about the cfe-commits mailing list