Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
ADT
/
STLExtrasTest.cpp
ef83ddc
2nd attempt to fix ambiguities because of ADL
by Matthias Braun
· 7 years ago
854b1af
Try to fix ambiguities with C++17 headers in unittest
by Matthias Braun
· 7 years ago
9fd397b
ADT/STLExtras: Introduce llvm::empty; NFC
by Matthias Braun
· 7 years ago
e2d47dd
[MISC]Fix wrong usage of std::equal()
by Chen Zheng
· 7 years ago
721d957
[ADT] Add an early-increment iterator-like type and range adaptor.
by Chandler Carruth
· 7 years ago
13e70cb
[unittests] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
2bc260a
Add ADL support to range based <algorithm> extensions
by David Blaikie
· 8 years ago
ecf0e95
Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each.
by Aaron Ballman
· 8 years ago
3d2044e
Fix sign compare warning in unit test by using an explicit unsigned literal suffix
by David Blaikie
· 9 years ago
309a088
[ADT] Improve the genericity of llvm::enumerate().
by Zachary Turner
· 9 years ago
e42462d
[Unittests] Fix a build failure with clang 3.8. NFCI.
by Davide Italiano
· 9 years ago
cc44ab6
[ADT] Add an llvm::erase_if utility to make the standard erase+remove_if
by Chandler Carruth
· 9 years ago
d9eaa54
[ADT] Add a boring std::partition wrapper similar to our std::remove_if wrapper.
by Chandler Carruth
· 9 years ago
cb22b89
[ADT] Add a generic concatenating iterator and range (take 2).
by Chandler Carruth
· 9 years ago
5dc0bba
Revert r290512: [ADT] Add a generic concatenating iterator and range.
by Chandler Carruth
· 9 years ago
fba73ae
[ADT] Add a generic concatenating iterator and range.
by Chandler Carruth
· 9 years ago
0bc89fb
[stl-extras] Provide an adaptor of std::count for ranges.
by Michael Gottesman
· 9 years ago
d9f7446
[unittests] STLExtrasTest: Remove an MSVC 2013 workaround, NFCI.
by Vedant Kumar
· 9 years ago
edce6e9
Rename llvm::apply -> llvm::apply_tuple.
by Zachary Turner
· 9 years ago
3174bde
Add llvm::apply to STLExtras.
by Zachary Turner
· 9 years ago
6f83e8b
Remove extra semicolon
by Reid Kleckner
· 9 years ago
b0311b2
Fix the build with MSVC 2013, still cannot default move ctors yet
by Reid Kleckner
· 9 years ago
aad1583
Fix build due to comparison of std::pairs.
by Zachary Turner
· 9 years ago
aa0a562
Add llvm::enumerate() range adapter.
by Zachary Turner
· 9 years ago
4f20a0a
Resubmit "Add llvm::enumerate() to STLExtras."
by Zachary Turner
· 9 years ago
928bf69
Revert "Add llvm::enumerate() to STLExtras."
by Zachary Turner
· 9 years ago
27e610f
Add llvm::enumerate() to STLExtras.
by Zachary Turner
· 9 years ago
e8529c2
[ADT] Add the worlds simplest STL extra. Or at least close to it.
by Chandler Carruth
· 9 years ago