]> granicus.if.org Git - llvm/commit
[ADT] Add SmallDenseSet.
authorJustin Lebar <jlebar@google.com>
Mon, 17 Oct 2016 22:24:28 +0000 (22:24 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 17 Oct 2016 22:24:28 +0000 (22:24 +0000)
commit6461aabcfcbc8b286c538758c4ff062baeba5940
treece5b83a3e8abf3467bbfa06e98194f7122a1e32f
parent9296e5f5f664821b4ad06a2d54f25d227872fafc
[ADT] Add SmallDenseSet.

Summary: This matches SmallDenseMap.

Reviewers: timshen

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D25628

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284432 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseSet.h
unittests/ADT/DenseSetTest.cpp