aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Format.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-145/+45
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+70
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-54/+48
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+5
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-10/+30
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-0/+62
* 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