summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ValueHandleTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compile warning.Daniel Dunbar2009-05-181-1/+1
| | | | llvm-svn: 71993
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-0/+136
| | | | | | | to make the copy constructor and destructor protected, and corresponding adjustments to the unittests. llvm-svn: 70644
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-0/+181
the comparison operators were not only unnecessary in the presence of the implicit conversion; they caused ambiguous overload errors. So I deleted them. llvm-svn: 70243
OpenPOWER on IntegriCloud