summaryrefslogtreecommitdiff
path: root/unittests/ADT/TinyPtrVectorTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-01
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-01
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-31
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-31