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