llvm-6502/unittests
Daniel Dunbar 9441cfe488 Fix off-by-one in llvm::Format::print.
- This also shortens the Format.h implementation, and uses the print buffer
   fully (it was wasting a character).

 - This manifested as llvm-test failures, because one side effect was that
   raw_ostream would write garbage '\x00' values into the output stream if it
   happened that the string was at the end of the buffer. This meant that grep
   would report 'Binary file matches', which meant the silly pattern matching
   llvm-test eventually does would fail. Cute. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79862 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 20:31:39 +00:00
..
ADT Correct for recent assert change. 2009-08-21 06:35:41 +00:00
ExecutionEngine Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
Support Fix off-by-one in llvm::Format::print. 2009-08-23 20:31:39 +00:00
VMCore upgrade for removed functions. 2009-08-23 04:47:35 +00:00
Makefile Remove now empty unit test directory. 2009-08-01 19:07:29 +00:00
Makefile.unittest include Makefile.common before using $(BuildMode) to get its definition 2009-04-01 00:35:00 +00:00
TestMain.cpp Original patch by Talin. 2009-01-01 02:24:48 +00:00