Add a function to check if an argument list is too long.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Apr 2013 14:06:34 +0000 (14:06 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Apr 2013 14:06:34 +0000 (14:06 +0000)
commit845a932af74ecbd2a20af5751dd61fa8cf2246f5
tree2798ed9fdf58bc3ed72a9afa5bc4cc0e4644b07d
parent305e3b277c5e721431e60808293a9228c62e319e
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.

Patch by Nathan Froyd.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179285 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Program.h
lib/Support/Unix/Program.inc
lib/Support/Windows/Program.inc