aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Format.h
AgeCommit message (Expand)Author
2009-11-05Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor
2009-08-23Fix off-by-one in llvm::Format::print.Daniel Dunbar
2009-03-10Add C++ marker.Daniel Dunbar
2009-02-20Removed trailing whitespace.Misha Brukman
2008-08-23Split format() out to its own file, add support for formattingChris Lattner