Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
ADT
/
SmallPtrSetTest.cpp
6bc5d61
[unittests] ADT: silence -Wself-assign diagnostics
by Roman Lebedev
· 7 years ago
77a1dcd
[unittests] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
3c0d607
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
cb8ffd2
ADT: Fix SmallPtrSet iterators in reverse mode
by Duncan P. N. Exon Smith
· 8 years ago
05382af
Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits
by Daniel Berlin
· 8 years ago
76884e5
[ADT] Add initializer list support to SmallPtrSet so that sets can be
by Chandler Carruth
· 9 years ago
13a0516
SmallPtrSetTest: More checks for the swap() testing
by Matthias Braun
· 10 years ago
2f0c787
SmallPtrSetTest: Check that iterators are still valid after erase()
by Matthias Braun
· 10 years ago
0a3eef5
[C++11] Switch all uses of the llvm_move macro to use std::move
by Chandler Carruth
· 11 years ago
bad2104
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
by Chandler Carruth
· 11 years ago
fd03357
Make the moved-from SmallPtrSet be a valid, empty, small-state object.
by Chandler Carruth
· 12 years ago
aa8e535
Add a test for assignment operator behavior which was changed in
by Chandler Carruth
· 12 years ago
4619816
Give SmallPtrSet move semantics when we have R-value references.
by Chandler Carruth
· 12 years ago
e1e9366
SmallVector and SmallPtrSet allocations now power-of-two aligned.
by Jean-Luc Duprat
· 12 years ago
ef484a3
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"
by Rafael Espindola
· 12 years ago
6173309
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
by Jean-Luc Duprat
· 12 years ago
2945a32
SmallPtrSet: Provide a more efficient implementation of swap than the default triple-copy std::swap.
by Benjamin Kramer
· 13 years ago