summaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallPtrSetTest.cpp
AgeCommit message (Expand)Author
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-03-07ADT: Fix SmallPtrSet iterators in reverse modeDuncan P. N. Exon Smith
2017-03-07Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraitsDaniel Berlin
2016-11-22[ADT] Add initializer list support to SmallPtrSet so that sets can beChandler Carruth
2016-01-29SmallPtrSetTest: More checks for the swap() testingMatthias Braun
2016-01-29SmallPtrSetTest: Check that iterators are still valid after erase()Matthias Braun
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth
2014-03-01[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth
2013-11-20Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth
2013-11-20Add a test for assignment operator behavior which was changed inChandler Carruth
2013-11-20Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat
2012-03-06SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer