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
/
polymorphic_ptr_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Now that we have C++11 and I've replaced the use of this
Chandler Carruth
2014-03-09
1
-125
/
+0
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-1
/
+1
*
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
Chandler Carruth
2014-03-01
1
-4
/
+0
*
Fix a null pointer dereference when copying a null polymorphic pointer.
Chandler Carruth
2013-11-13
1
-0
/
+6
*
Switch to allow implicit construction. In many cases, we're wrapping
Chandler Carruth
2013-11-09
1
-0
/
+5
*
Test the polymorphic behavior of this utility.
Chandler Carruth
2013-11-09
1
-1
/
+33
*
Use something really explicit to test "move semantics" on builds without
Chandler Carruth
2013-11-09
1
-0
/
+4
*
Add the critically missing 'clone' method. =]
Chandler Carruth
2013-11-09
1
-0
/
+11
*
Move the test type out of the function and into the anonymous namespace
Chandler Carruth
2013-11-09
1
-5
/
+5
*
Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly
Chandler Carruth
2013-11-09
1
-0
/
+71