Refactoring cl::list_storage from "is a" to "has a" std::vector.
authorChris Bieneman <beanz@apple.com>
Thu, 28 May 2015 20:38:12 +0000 (20:38 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 28 May 2015 20:38:12 +0000 (20:38 +0000)
commit117715ca0613d3db144241499401f2ec5398f1d5
tree013b5e12dc6e7480a7b7b348e4fbd987964a5828
parent1348f57925f17a804b46034b0471f64b615bdfab
Refactoring cl::list_storage from "is a" to "has a" std::vector.

Summary: This isn't necessarily an ideal change, and I want to at least reduce the API surface area, but for the new API we really shouldn't be relying on cl::list being a std::vector.

Reviewers: chandlerc

Reviewed By: chandlerc

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238485 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h