[llvm-commits] small patch: adding support for a variadic list of expressions to the Clang attribute tablegen (Eli Friedman)

Caitlin Sadowski supertri at google.com
Thu Aug 18 09:54:06 PDT 2011


> Date: Wed, 17 Aug 2011 19:57:18 -0700
> From: Eli Friedman <eli.friedman at gmail.com>
> Subject: Re: [llvm-commits] small patch: adding support for a variadic
>        list of expressions to the Clang attribute tablegen
> To: Caitlin Sadowski <supertri at google.com>
> Cc: llvm-commits at cs.uiuc.edu
> Message-ID:
>        <CAJdarcGQ5=+hWKOGKegWmu3AvBz51hihs85_NJFDOcX2D2MwsA at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Aug 17, 2011 at 4:07 PM, Caitlin Sadowski <supertri at google.com> wrote:
>> Dear llvm-commits,
>>
>> Here is a small patch I would like to commit that adds support for a
>> variadic list of expressions for attribute arguments. I will need this
>> support for the thread safety analysis, since some attributes contain
>> multiple arguments of multiple types. Let me know as soon as
>> convenient if you have any concerns with this patch.
>
> Please send patches for that code to cfe-commits; despite the location
> in the repository, it's essentially clang code.
>
> -Eli

Good to know; already sent to cfe-commits.

Cheers,

Caitlin




More information about the llvm-commits mailing list