Hi Richard, On 31 August 2014 23:00, Richard Smith <[email protected]> wrote: > Does this handle the variadic template case:
I just tried this and unfortunately it does not. It seems that the attributes only accept a constant number of expressions, so we can't use variable arguments here. That said, support for variable arguments list is actually not related to this patch. This patch only alters the way individual locks are added and removed from the set of held locks during analysis. -- Ed Schouten <[email protected]> _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
