summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/StringExtras.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-1/+1
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-2/+2
* [dsymutil] Escape HTML special characters in plist.Jonas Devlieghere2018-05-301-0/+17
* [Support] Move PrintEscapedString into the library its declaration is inBenjamin Kramer2018-01-261-0/+10
* [Support] Merge toLower / toUpper implementationsFrancis Visoiu Mistrih2017-11-281-0/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+0
* Move the implementation of StringRef::split out of StringExtras.cppDuncan Sands2012-02-211-21/+0
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-211-5/+4
* Fix refacto reported by Nicolas Geoffray.Benjamin Kramer2010-01-181-3/+1
* Remove unused string functions.Benjamin Kramer2010-01-111-12/+0
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-111-0/+13
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-111-0/+12
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-111-28/+18
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-131-3/+5
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-131-3/+4
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-131-0/+19
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-171-30/+0
* Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar2009-10-171-26/+0
* teach EscapeString and UnescapeString to handle ".Chris Lattner2009-04-151-0/+3
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Escape some escapes that confuse doxygen.Reid Spencer2007-08-051-1/+3
* Add a helper functionChris Lattner2006-11-281-0/+15
* Add two helpers for escaping and unescaping strings.Chris Lattner2006-07-141-0/+50
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* implement new getToken functionChris Lattner2003-12-291-0/+43
OpenPOWER on IntegriCloud