Fix issue with bitwise and precedence.
[oota-llvm.git] / lib / Support / StringExtras.cpp
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2010-01-18 Benjamin KramerFix refacto reported by Nicolas Geoffray.
2010-01-11 Benjamin KramerRemove unused string functions.
2010-01-11 Benjamin KramerAdd StrInStrNoCase, a StringRef version of CStrInCStrNo...
2010-01-11 Benjamin KramerTurns out llvm-gcc still uses SplitString with a vector...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
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