make PadToColumn return the stream so you can use:
authorChris Lattner <sabre@nondot.org>
Mon, 15 Feb 2010 02:17:50 +0000 (02:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Feb 2010 02:17:50 +0000 (02:17 +0000)
commitefbdaa6463c8febe9cbfdd6d39f3a9ba18773427
tree5a0465fe2dbb6abb03265585c0d2a6e753643c2d
parent3da6e09de53d1f50ceed308de855cdce1a54cb81
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
include/llvm/Support/FormattedStream.h
lib/Support/FormattedStream.cpp