r184496 - Add back a condition accidentially removed in r184470.

Richard Trieu rtrieu at google.com
Thu Jun 20 18:07:13 PDT 2013


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 <chandlerc at google.com>wrote:

>
> On Thu, Jun 20, 2013 at 4:21 PM, Richard Trieu <rtrieu at google.com> 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?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130620/b12fabf5/attachment.html>


More information about the cfe-commits mailing list