mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix an egregious lack of QoI: <rdar://problem/16990885> support curly quotes for string literals
Swift SVN r28699
This commit is contained in:
@@ -87,6 +87,9 @@ ERROR(lex_unprintable_ascii_character,lexing,none,
|
||||
"unprintable ASCII character found in source file", ())
|
||||
ERROR(lex_invalid_utf8,lexing,none,
|
||||
"invalid UTF-8 found in source file", ())
|
||||
ERROR(lex_invalid_curly_quote,lexing,none,
|
||||
"unicode curly quote found, replace with '\"'", ())
|
||||
|
||||
|
||||
ERROR(lex_unterminated_block_comment,lexing,none,
|
||||
"unterminated '/*' comment", ())
|
||||
|
||||
Reference in New Issue
Block a user