summaryrefslogtreecommitdiff
path: root/lib/Support/StringExtras.cpp
AgeCommit message (Expand)Author
2017-11-28[Support] Merge toLower / toUpper implementationsFrancis Visoiu Mistrih
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2012-02-21Move the implementation of StringRef::split out of StringExtras.cppDuncan Sands
2011-07-21move tier out of an anonymous namespace, it doesn't make senseChris Lattner
2010-01-18Fix refacto reported by Nicolas Geoffray.Benjamin Kramer
2010-01-11Remove unused string functions.Benjamin Kramer
2010-01-11Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer
2010-01-11Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2009-11-13Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola
2009-11-13Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola
2009-11-13Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola
2009-10-17Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar
2009-10-17Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar
2009-04-15teach EscapeString and UnescapeString to handle ".Chris Lattner
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-05Escape some escapes that confuse doxygen.Reid Spencer
2006-11-28Add a helper functionChris Lattner
2006-07-14Add two helpers for escaping and unescaping strings.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-12-29implement new getToken functionChris Lattner