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)
commitde85af67338e6b592b64e0697d638a96edc2b360
treeca5c86a2a4afe4fb60cd2bcdefb99bde29561bb4
parenteb745dc50b9f97c546f120eb7a510ce9cb264f33
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243539 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Option/ArgList.h
lib/Option/ArgList.cpp