This is an archive of the discontinued LLVM Phabricator instance.

Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.
ClosedPublic

Authored by dougk on Jul 29 2015, 8:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dougk updated this revision to Diff 30911.Jul 29 2015, 8:35 AM
dougk retitled this revision from to Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier..
dougk updated this object.
dougk added reviewers: chandlerc, jyknight.
dougk added a subscriber: llvm-commits.
bkramer added inline comments.
include/llvm/Option/ArgList.h
264 ↗(On Diff #30911)

s/const std::vector<OptSpecifier> &/ArrayRef<OptSpecifier> /

dougk added inline comments.Jul 29 2015, 8:57 AM
include/llvm/Option/ArgList.h
264 ↗(On Diff #30911)

will do, thanks

chandlerc accepted this revision.Jul 29 2015, 9:45 AM
chandlerc edited edge metadata.

LGTM with Ben's suggestion.

This revision is now accepted and ready to land.Jul 29 2015, 9:45 AM
This revision was automatically updated to reflect the committed changes.