Skip to content
Commit 22b52c98 authored by Chris Lattner's avatar Chris Lattner
Browse files

add a simple mechanism for formatted output. This gives raw_ostream's

all the power and risk of fprintf format strings.  Use them like this:

  OS << format("%10.4f", 42.0) << "\n" << format("%x", 42) << '\n';

llvm-svn: 55246
parent 0fbd4469
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment