aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support/raw_ostream_test.cpp
AgeCommit message (Expand)Author
2009-10-17Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar
2009-09-15Drop the raw_ostream required buffer size to 1.Daniel Dunbar
2009-08-23Fix off-by-one in llvm::Format::print.Daniel Dunbar
2009-08-19Add min and max tests.Daniel Dunbar
2009-04-01Added tests for math utility functions; fixed another test's header comment.Misha Brukman
2009-03-19Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman