summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/TinyPtrVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add TinyPtrVector support for general pointer-like things.Andrew Trick2019-08-201-7/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Ensure moved-from container is cleared on moveGeorge Burgess IV2017-12-111-0/+6
* Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow2017-02-161-8/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* [tinyptrvector] Add in a MutableArrayRef implicit conversion operator to comp...Michael Gottesman2015-01-191-0/+21
* Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...Michael Gottesman2014-12-311-0/+26
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-41/+41
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-011-34/+0
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-3/+3
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-17/+17
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-011-0/+91
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-311-0/+166
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-311-0/+191
OpenPOWER on IntegriCloud