summaryrefslogtreecommitdiff
path: root/unittests/ADT/OptionalTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-01
* Only include move-related Optional<T> tests when rvalue references are availa...David Blaikie2013-02-21
* Add move ctor/assignment to Optional<T>David Blaikie2013-02-21
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-20
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-20