Windows-specific test for sys::path::remove_dots.
[oota-llvm.git] / unittests / ADT / TinyPtrVectorTest.cpp
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...