Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
llvm
/
unittests
/
ADT
/
TinyPtrVectorTest.cpp
861b371
Add TinyPtrVector support for general pointer-like things.
by Andrew Trick
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
8c5886b
Ensure moved-from container is cleared on move
by George Burgess IV
· 8 years ago
e9110d7
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed as https://reviews.llvm.org/D29780.
by Marshall Clow
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
b93d3db
[tinyptrvector] Add in a MutableArrayRef implicit conversion operator to complement the ArrayRef implicit conversion operator.
by Michael Gottesman
· 11 years ago
4c63899
Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the other that takes in an ArrayRef<EltTy>
by Michael Gottesman
· 11 years ago
f04ddd0
[C++11] Replace LLVM-style type traits with C++11 standard ones.
by Benjamin Kramer
· 12 years ago
b6d0bd4
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
by Benjamin Kramer
· 12 years ago
667363b
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
by Chandler Carruth
· 12 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
f12e3a6
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
by Chandler Carruth
· 13 years ago
f2113f3
Add range erase, element insert, and range insert methods to
by Chandler Carruth
· 13 years ago
94ed210
Implement copy and move assignment for TinyPtrVector. These try to
by Chandler Carruth
· 13 years ago
a565375
Bring TinyPtrVector under test. Somehow we never picked up unit tests
by Chandler Carruth
· 13 years ago