llvm-6502/include
Chris Lattner 097af7fc8f 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';



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55246 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-23 19:23:10 +00:00
..
llvm add a simple mechanism for formatted output. This gives raw_ostream's 2008-08-23 19:23:10 +00:00
llvm-c Rename some GC classes so that their roll will hopefully be clearer. 2008-08-17 18:44:35 +00:00