First version of a vector with uniqueness constraints (or a set with
authorReid Spencer <rspencer@reidspencer.com>
Thu, 8 Jul 2004 19:36:21 +0000 (19:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 8 Jul 2004 19:36:21 +0000 (19:36 +0000)
commit4bb2867bc1faa2eedafc39b37bbf481ff4dcb725
treedc64b23eab7ce253b893781ccc46a84a614deadb
parent0aa97c625bdb47ee6336536222cfdd872a7cd977
First version of a vector with uniqueness constraints (or a set with
deterministic, insertion-order iteration).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14702 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/SetVector.h [new file with mode: 0644]
include/llvm/ADT/SetVector.h [new file with mode: 0644]