[llvm] r179285 - Add a function to check if an argument list is too long.

Chandler Carruth chandlerc at google.com
Thu Apr 11 20:05:24 PDT 2013


On Thu, Apr 11, 2013 at 7:06 AM, Rafael Espindola <
rafael.espindola at gmail.com> wrote:

> Author: rafael
> Date: Thu Apr 11 09:06:34 2013
> New Revision: 179285
>
> URL: http://llvm.org/viewvc/llvm-project?rev=179285&view=rev
> Log:
> Add a function to check if an argument list is too long.
>
> This will be used in clang to decide if it should create an @file or not.
> It
> will be tested on the clang side.
>

Please include unittests for things under Support where possible. This one
seems quite easy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130411/c26d38d5/attachment.html>


More information about the llvm-commits mailing list