substantial refactoring of SmallVector, now most code is in SmallVectorTemplateCommon,
authorChris Lattner <sabre@nondot.org>
Wed, 16 Dec 2009 06:55:45 +0000 (06:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Dec 2009 06:55:45 +0000 (06:55 +0000)
commitde576fa579b4b3077a3c315d6507f13ab71d61ab
tree32b575180ce1474a2246c20a2e4f80469de79448
parent57c0f206011ce3dff01075c0b38a8c55c19c7fc9
substantial refactoring of SmallVector, now most code is in SmallVectorTemplateCommon,
and there is a new SmallVectorTemplateBase class in between it and SmallVectorImpl.
SmallVectorTemplateBase can be specialized based on isPodLike.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91518 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h