aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Format.h
Commit message (Expand)AuthorAgeFilesLines
* Restore snprintf weirdness for VCPP onlyAnton Korobeynikov2009-12-221-0/+8
* Remove uber-gross hack. The define _snprintf to snprintf is invalid due to tw...Anton Korobeynikov2009-12-211-3/+0
* Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor2009-11-051-0/+1
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-34/+27
* Add C++ marker.Daniel Dunbar2009-03-101-1/+1
* Removed trailing whitespace.Misha Brukman2009-02-201-6/+6
* Split format() out to its own file, add support for formattingChris Lattner2008-08-231-0/+155