[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
[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...