summaryrefslogtreecommitdiff
path: root/lib/Support/StringExtras.cpp
Commit message (Expand)AuthorAge
* Move the implementation of StringRef::split out of StringExtras.cppDuncan Sands2012-02-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* Fix refacto reported by Nicolas Geoffray.Benjamin Kramer2010-01-18
* Remove unused string functions.Benjamin Kramer2010-01-11
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-11
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-11
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-13
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-13
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-13
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-17
* Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar2009-10-17
* teach EscapeString and UnescapeString to handle ".Chris Lattner2009-04-15
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Escape some escapes that confuse doxygen.Reid Spencer2007-08-05
* Add a helper functionChris Lattner2006-11-28
* Add two helpers for escaping and unescaping strings.Chris Lattner2006-07-14
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* implement new getToken functionChris Lattner2003-12-29