Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.
authorDouglas Katzman <dougk@google.com>
Wed, 29 Jul 2015 17:34:41 +0000 (17:34 +0000)
committerDouglas Katzman <dougk@google.com>
Wed, 29 Jul 2015 17:34:41 +0000 (17:34 +0000)
commitf2b960886eeccbf2aa056ddb6a5e6ea28a888572
tree43586866834cf9c22e4c5b7fe162f19d2265a622
parent6093d143c5a76d168854321a1fc3d63e9c6d1ee6
Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.

This lifts the somewhat arbitrary restriction on 3 OptSpecifiers.

Differential Revision: http://reviews.llvm.org/D11597

llvm-svn: 243539
llvm/include/llvm/Option/ArgList.h
llvm/lib/Option/ArgList.cpp