Add move constructors for OwningPtr and OwningArrayPtr.
[oota-llvm.git] / include / llvm / ADT / VariadicFunction.h
2012-08-15 Chad RosierFix a typo in VariadicFunction.h that leads to invalid...
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-16 Chandler CarruthMake GCC happy by using makeAraryRef instead of the...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...