aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ValueHandle.h
AgeCommit message (Expand)Author
2009-05-06Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman
2009-05-05Add an explicit keyword.Dan Gohman
2009-05-02Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman
2009-04-27Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin
2009-04-19Fix missing text in doxygen documentation.Nick Lewycky
2009-04-03Work around an apparent GCC miscompilation by specializing different,Chris Lattner
2009-04-02add missing *Chris Lattner
2009-03-31add a converting operatorChris Lattner
2009-03-31Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner