aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/StringExtras.cpp
AgeCommit message (Expand)Author
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