[llvm-commits] CVS: llvm/include/llvm/Support/Streams.h

2006-12-07 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: Streams.h updated: 1.5 -> 1.6 --- Log message: Don't use in Streams.h but instead. --- Diffs of the changes: (+1 -1) Streams.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Support/Streams.h diff -u ll

[llvm-commits] CVS: llvm/include/llvm/Support/Streams.h

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: Streams.h updated: 1.3 -> 1.4 --- Log message: Replacing std::iostreams with llvm iostreams. Some of these changes involve adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixe

[llvm-commits] CVS: llvm/include/llvm/Support/Streams.h

2006-11-27 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: Streams.h updated: 1.2 -> 1.3 --- Log message: Protect against null streams. --- Diffs of the changes: (+1 -1) Streams.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Support/Streams.h diff -u llvm/inclu

[llvm-commits] CVS: llvm/include/llvm/Support/Streams.h

2006-11-26 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: Streams.h updated: 1.1 -> 1.2 --- Log message: Add method that will take a function pointer so that it can handle things like "llvm_cerr << std::flush"; --- Diffs of the changes: (+7 -0) Streams.h |7 +++ 1 files changed, 7 insertions

[llvm-commits] CVS: llvm/include/llvm/Support/Streams.h

2006-11-17 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: Streams.h added (r1.1) --- Log message: Added wrappers for the std::cerr/std::cout objects. The wrappers will soon replace all uses of those objects. --- Diffs of the changes: (+47 -0) Streams.h | 47