Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
ADT
/
SmallPtrSetTest.cpp
429b003
[unittests] ADT: silence -Wself-assign diagnostics
by Roman Lebedev
· 7 years ago
13e70cb
[unittests] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
14ab3e6
ADT: Fix SmallPtrSet iterators in reverse mode
by Duncan P. N. Exon Smith
· 9 years ago
44296ea
Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits
by Daniel Berlin
· 9 years ago
3448ae5
[ADT] Add initializer list support to SmallPtrSet so that sets can be
by Chandler Carruth
· 9 years ago
e61f8e3
SmallPtrSetTest: More checks for the swap() testing
by Matthias Braun
· 10 years ago
810be15
SmallPtrSetTest: Check that iterators are still valid after erase()
by Matthias Braun
· 10 years ago
002da5d
[C++11] Switch all uses of the llvm_move macro to use std::move
by Chandler Carruth
· 12 years ago
667363b
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
by Chandler Carruth
· 12 years ago
c74010d
Make the moved-from SmallPtrSet be a valid, empty, small-state object.
by Chandler Carruth
· 12 years ago
6d888bc
Add a test for assignment operator behavior which was changed in
by Chandler Carruth
· 12 years ago
55758e9
Give SmallPtrSet move semantics when we have R-value references.
by Chandler Carruth
· 12 years ago
89fe247
SmallVector and SmallPtrSet allocations now power-of-two aligned.
by Jean-Luc Duprat
· 13 years ago
de65751
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"
by Rafael Espindola
· 13 years ago
67ce147
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
by Jean-Luc Duprat
· 13 years ago
e1c34e9
SmallPtrSet: Provide a more efficient implementation of swap than the default triple-copy std::swap.
by Benjamin Kramer
· 14 years ago