summaryrefslogtreecommitdiffstats
path: root/llvm/support/lib/Support/StringExtras.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-66/+0
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Checkin of C string stuff. Fix several bugs, including most escape codes beingChris Lattner2001-10-291-0/+66
printed as '\\n' instead of their correct code. Also print things in octal instead of hex. llvm-svn: 1022
OpenPOWER on IntegriCloud