index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
OptionalTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ADT] Add relation operators for Optional
Tim Shen
2016-08-11
1
-11
/
+139
*
Allow Optionals to be compared to None
David Blaikie
2015-08-19
1
-0
/
+13
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-5
/
+5
*
Update test name to match changes made in r218783
David Blaikie
2014-10-01
1
-1
/
+1
*
Add an immovable type to test Optional<T>::emplace more rigorously after r218...
David Blaikie
2014-10-01
1
-5
/
+26
*
ADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
NAKAMURA Takumi
2014-10-01
1
-4
/
+4
*
Add an emplace(...) method to llvm::Optional<T>.
Jordan Rose
2014-10-01
1
-0
/
+49
*
Add getValueOr to llvm::Optional<T>.
Jordan Rose
2014-09-29
1
-0
/
+29
*
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
Chandler Carruth
2014-03-01
1
-2
/
+0
*
Only include move-related Optional<T> tests when rvalue references are availa...
David Blaikie
2013-02-21
1
-30
/
+32
*
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
1
-0
/
+109
*
Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.
David Blaikie
2013-02-20
1
-1
/
+1
*
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-02-20
1
-0
/
+173