[llvm-commits] CVS: llvm/lib/Support/Debug.cpp Streams.cpp

2007-01-03 Thread Bill Wendling
Changes in directory llvm/lib/Support: Debug.cpp updated: 1.11 - 1.12 Streams.cpp updated: 1.3 - 1.4 --- Log message: The previous implementation of LLVM Streams wasn't removing symbols. This one should. --- Diffs of the changes: (+2 -2) Debug.cpp |3 ++- Streams.cpp |1 - 2

[llvm-commits] CVS: llvm/lib/Support/Debug.cpp Streams.cpp

2006-12-16 Thread Bill Wendling
Changes in directory llvm/lib/Support: Debug.cpp updated: 1.10 - 1.11 Streams.cpp updated: 1.2 - 1.3 --- Log message: Added an automatic cast to std::ostream* etc. from OStream. We then can rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and