aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/ValueHandleTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-21/+23
2015-08-03-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie1-6/+6
2015-04-22Replace std::auto_ptr with std::unique_ptrDavid Blaikie1-2/+2
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-9/+15
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-16/+16
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-0/+408