aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/OptionalTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+99
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+0
* Only include move-related Optional<T> tests when rvalue references are availa...David Blaikie2013-02-211-30/+32
* Add move ctor/assignment to Optional<T>David Blaikie2013-02-211-0/+109
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-201-1/+1
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-201-0/+173