John McCall 4672f0f61c SmallVector's growth policies don't like starting from zero capacity.
I think there are good reasons to change this, but in the interests
of short-term stability, make SmallVector<...,0> reserve non-zero
capacity in its constructors.  This means that SmallVector<...,0>
uses more memory than SmallVector<...,1> and should really only be
used (unless/until this workaround is removed) by clients that
care about using SmallVector with an incomplete type.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112147 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-26 02:11:48 +00:00
..
2010-07-14 22:38:02 +00:00
2010-06-09 03:00:05 +00:00
2010-02-17 19:26:45 +00:00
2010-04-29 18:50:35 +00:00
2010-04-13 23:34:11 +00:00
2010-07-23 03:21:53 +00:00