summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/polymorphic_ptr.h
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
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09