Strangely, nothing changes if it goes from VariadicDoesNotApply to VariadicBlock or VariadicFunction. Since that parameter is only used variadic parameters, which non-variadic functions do not have, no checking is skipped. Changing from VariadicBlock or VariadicFunction to VariadicDoesNotApply would have caused a behavior change.
On Thu, Jun 20, 2013 at 4:27 PM, Chandler Carruth <[email protected]>wrote: > > On Thu, Jun 20, 2013 at 4:21 PM, Richard Trieu <[email protected]> wrote: > >> Author: rtrieu >> Date: Thu Jun 20 18:21:54 2013 >> New Revision: 184496 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=184496&view=rev >> Log: >> Add back a condition accidentially removed in r184470. >> > > test case for what changed? >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
