Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
eb952fd93b71ecb83b1510c47b00b65ce3d26a26
/
llvm
/
unittests
/
ADT
/
SmallPtrSetTest.cpp
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