summaryrefslogtreecommitdiff
path: root/unittests/ADT/polymorphic_ptr_test.cpp
Commit message (Expand)AuthorAge
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-13
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-09
* Test the polymorphic behavior of this utility.Chandler Carruth2013-11-09
* Use something really explicit to test "move semantics" on builds withoutChandler Carruth2013-11-09
* Add the critically missing 'clone' method. =]Chandler Carruth2013-11-09
* Move the test type out of the function and into the anonymous namespaceChandler Carruth2013-11-09
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09