RHS of assignment should be const reference.
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
2009-09-19 Daniel DunbarRHS of assignment should be const reference.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-07-31 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-30 Devang PatelFix comment.
2009-05-06 Dan GohmanAdd simplify_type specializations to allow WeakVH,...
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-02 Chris Lattneradd missing *
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...