aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringExtras.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Convert some old C-style casts to C++ style.Reid Spencer2005-01-281-2/+2
* Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner2005-01-041-1/+3
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-181-8/+7
* Add itostr(long) for our furry 64-bit friends.Misha Brukman2004-08-171-0/+7
* Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman2004-07-201-1/+1
* Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman2004-07-201-1/+1
* isupper() and tolower() are declared in <ctype.h>Misha Brukman2004-07-201-3/+3
* Fix warning compiling with VC++Chris Lattner2004-07-121-2/+2
* Unbreak the build. tsk tskChris Lattner2004-06-251-1/+1
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-241-0/+7
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-041-1/+1
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-041-4/+4
* add new functionChris Lattner2003-12-291-0/+10
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-5/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-301-1/+1
* Add support for utostr(unsigned long)Brian Gaeke2003-10-291-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Output a very high-precision numberChris Lattner2003-10-051-1/+1
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Add new function utohexstr.Chris Lattner2002-04-071-0/+18
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+7
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+69