Checkin of C string stuff. Fix several bugs, including most escape codes being
authorChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2001 13:28:00 +0000 (13:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2001 13:28:00 +0000 (13:28 +0000)
commit7c41223c6bf690e0ddee236af028944cd0a70225
treed695dd5b9787c9130dbab6e0dee5df8ee9663dfb
parentb97d98ec7ce05847e7123867404f602d5d71c559
Checkin of C string stuff.  Fix several bugs, including most escape codes being
printed as '\\n' instead of their correct code.  Also print things in octal instead of hex.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1022 91177308-0d34-0410-b5e6-96231b3b80d8
support/lib/Support/StringExtras.cpp [new file with mode: 0644]