]> granicus.if.org Git - clang/commit
Driver: Switch to using a SmallVector instead of std::vector, and stop
authorDaniel Dunbar <daniel@zuster.org>
Tue, 20 Jul 2010 02:47:40 +0000 (02:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 20 Jul 2010 02:47:40 +0000 (02:47 +0000)
commite5d69670b6e49d11287bc8f031e0e2081755cfac
treee25c3609dafe928bd5e405da18198589dd9b36ad
parentce2bc7e3ce05353c2af4802da42c4011b198d771
Driver: Switch to using a SmallVector instead of std::vector, and stop
accessing outside the range of the vector (which always asserts on Win32).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108802 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/driver.cpp