Distinguish "a," from "a". The first one splits into "a" + "" and the second one...
[oota-llvm.git] / lib / Support / StringExtras.cpp
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-04-15 Chris Lattnerteach EscapeString and UnescapeString to handle ".
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-05 Reid SpencerEscape some escapes that confuse doxygen.
2006-11-28 Chris LattnerAdd a helper function
2006-07-14 Chris LattnerAdd two helpers for escaping and unescaping strings.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-12-29 Chris Lattnerimplement new getToken function