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)
commitcd848c0866cffc70f97b65689b269a1441ee48d0
tree8b3ac5ae15ba65d78b72e370190b8c177d5a9ddb
parent9643a313ac976716f0893159f7d9d8c0bde7da63
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.

llvm-svn: 179285
llvm/include/llvm/Support/Program.h
llvm/lib/Support/Unix/Program.inc
llvm/lib/Support/Windows/Program.inc