mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user