-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated...
[oota-llvm.git] / unittests / IR / ValueHandleTest.cpp
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-04-22 David BlaikieReplace std::auto_ptr with std::unique_ptr
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...