llvm-6502/unittests
Jeffrey Yasskin 487fa01673 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70243 91177308-0d34-0410-b5e6-96231b3b80d8
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