aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringExtras.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-17Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar1-30/+0
2009-10-17Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar1-26/+0
2009-04-15teach EscapeString and UnescapeString to handle ".Chris Lattner1-0/+3
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng1-1/+1
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-08-05Escape some escapes that confuse doxygen.Reid Spencer1-1/+3
2006-11-28Add a helper functionChris Lattner1-0/+15
2006-07-14Add two helpers for escaping and unescaping strings.Chris Lattner1-0/+50
2005-04-21Remove trailing whitespaceMisha Brukman1-4/+4
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2003-12-29implement new getToken functionChris Lattner1-0/+43