| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Removed some unused variables, added some consts, changed some casts
to const_cast. I don't think any of these changes are very
controversial.
Differential Revision: http://reviews.llvm.org/D9674
llvm-svn: 237218
|
|
|
|
|
|
| |
uncapped dumps
llvm-svn: 236362
|
|
|
|
| |
llvm-svn: 224932
|
|
|
|
|
|
| |
we would need to have this logic inside the StringPrinter. So, add it.. For, you know, one day in the future where we might want to handle embedded NULs in strings...
llvm-svn: 224537
|
|
|
|
|
|
| |
retrieve uncapped data
llvm-svn: 222277
|
|
|
|
|
|
| |
a read error, and reporting spurious 'unable to read data' messages. rdar://19007243
llvm-svn: 222190
|
|
|
|
|
|
|
|
|
|
|
| |
should or should not escape sequences such as \t, \n, .. and generally any non-printing character
The recent StringPrinter changes made this behavior the default, and the setting defaults to yes
If you want to change this behavior and see non-printables unescaped (e.g. "a\tb" as "a b"), set it to false
Fixes rdar://12969594
llvm-svn: 221399
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D6122
llvm-svn: 221310
|
|
|
|
|
|
| |
Also it wasn't being used anyway, so it appears to be a dead include.
llvm-svn: 220921
|
|
blessed way of printing strings that supports escaping non-printables, and has better handling of different UTF encodings
llvm-svn: 220894
|