]> granicus.if.org Git - llvm/commit
Recommit r334887: [SmallSet] Add SmallSetIterator.
authorFlorian Hahn <florian.hahn@arm.com>
Tue, 24 Jul 2018 10:32:54 +0000 (10:32 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Tue, 24 Jul 2018 10:32:54 +0000 (10:32 +0000)
commitf2cead440d9ac94f01fe8051a90bae1b45cc27fd
tree3a2e937ca8edb9551db14e792115d6a4d77226af
parent35ffbe6bcf3b755f30633d834534a892b4c5fb29
Recommit r334887: [SmallSet] Add SmallSetIterator.

Updated to make sure we properly construct/destroy SetIter if it has a
non-trivial ctors/dtors, like in MSVC.

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