[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
authorCraig Topper <craig.topper@gmail.com>
Wed, 21 Oct 2015 16:30:42 +0000 (16:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 21 Oct 2015 16:30:42 +0000 (16:30 +0000)
commit94f8b07c97807c8ff22f5691de57ca0e9a328b5f
treebdf764aeaafc0e2778f23616f92a5147971d2a61
parentf890225b786ddf6845bdfbdc9ba4a6f9f00645b1
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250901 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Option/OptTable.h
lib/LibDriver/LibDriver.cpp
lib/Option/OptTable.cpp
unittests/Option/OptionParsingTest.cpp