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)
commitf2d1c73cf3eef7623ac375b5de0e805eff2908d9
tree65a9372eb20045b0e8bda221df19c7e2dda44680
parentbab1a075df4f2d2e2573910c74e8ed183d8a8154
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

llvm-svn: 238485
llvm/include/llvm/Support/CommandLine.h