Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / unittests / IR / ConstantsTest.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/ConstantsTest.cpp: AsInstructionsTest: Delete...
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...