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