9 Commits

Author SHA1 Message Date
Joe Groff
8add25a6bc Misc spot fixes
- Ensure QuotedString prints characters as `char` and not as an integer-like `unsigned char`
- Assert when trying to add a null child node to a Demangle::Node
2019-10-01 12:36:55 -07:00
practicalswift
6d1ae2a39c [gardening] 2016 → 2017 2017-01-06 16:41:22 +01:00
practicalswift
797b80765f [gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
2016-11-20 17:36:03 +01:00
practicalswift
50baf2e53b Use consistent formatting in top of file headers. 2016-01-04 02:17:48 +01:00
Zach Panzarino
e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Manman Ren
31dc9957bf [Print QuotedString] print \u{..} instead of \x.
The lexer can't handle "\x08". QuotedString currently is only used in ASTDumper,
SILPrinter and PrettyStackTrace, so changing the print function should not break
other things.

rdar://18020704


Swift SVN r21257
2014-08-18 17:53:20 +00:00
John McCall
143689ec2a Escape \x7F as a non-ASCII character.
Thanks to Jordan for the review!

Swift SVN r14705
2014-03-06 00:23:47 +00:00
Dmitri Hrybenko
4efcbfe47c QuotedString: 'G' is not a hexadecimal digit
Swift SVN r13354
2014-02-03 15:58:17 +00:00
John McCall
5df03ce334 Abstract out a utility for printing strings in quotes.
Swift SVN r11865
2014-01-03 19:39:07 +00:00