Change linkInModule to take a std::unique_ptr.
[oota-llvm.git] / unittests / ADT / OptionalTest.cpp
2015-08-19 David BlaikieAllow Optionals to be compared to None
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-01 David BlaikieUpdate test name to match changes made in r218783
2014-10-01 David BlaikieAdd an immovable type to test Optional<T>::emplace...
2014-10-01 NAKAMURA TakumiADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-10-01 Jordan RoseAdd an emplace(...) method to llvm::Optional<T>.
2014-09-29 Jordan RoseAdd getValueOr to llvm::Optional<T>.
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2013-02-21 David BlaikieOnly include move-related Optional<T> tests when rvalue...
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...