aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/TinyPtrVectorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...Michael Gottesman1-0/+26
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer1-1/+1
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-41/+41
2014-03-01[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth1-34/+0
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-3/+3
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth1-17/+17
2012-08-01Add range erase, element insert, and range insert methods toChandler Carruth1-0/+91
2012-07-31Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth1-0/+166
2012-07-31Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth1-0/+191