[llvm-commits] small patch: adding support for a variadic list of expressions to the Clang attribute tablegen
Eli Friedman
eli.friedman at gmail.com
Wed Aug 17 19:57:18 PDT 2011
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
More information about the llvm-commits
mailing list