hanchenye-llvm-project/llvm/unittests
Jeffrey Yasskin 41f2477a50 Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
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
2009-04-27 20:32:07 +00:00
..
ADT Fix PR4040: APInt's string constructor is too strict 2009-04-25 18:34:04 +00:00
Support Add tests for WeakVH and AssertingVH. These pointed out that the overloads for 2009-04-27 20:32:07 +00:00
VMCore "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, 2009-04-24 05:30:14 +00:00
Makefile Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
Makefile.unittest include Makefile.common before using $(BuildMode) to get its definition 2009-04-01 00:35:00 +00:00
TestMain.cpp