Commits

Manman Ren committed 31dc9957bf3
[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