ADT: Implement MutableArrayRef::reverse_iterator
[oota-llvm.git] / include / llvm / ADT / polymorphic_ptr.h
2013-11-13 Chandler CarruthFix a null pointer dereference when copying a null...
2013-11-09 Chandler CarruthSwitch to allow implicit construction. In many cases...
2013-11-09 Chandler CarruthAdd a polymorphic_ptr<T> smart pointer data type. It...