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