make PadToColumn return the stream so you can use:

OS.PadToColumn(42) << "foo";



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96208 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-02-15 02:17:50 +00:00
parent 3da6e09de5
commit efbdaa6463
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ namespace llvm
/// space.
///
/// \param NewCol - The column to move to.
void PadToColumn(unsigned NewCol);
formatted_raw_ostream &PadToColumn(unsigned NewCol);
private:
void releaseStream() {