Fix an egregious lack of QoI: <rdar://problem/16990885> support curly quotes for string literals

Swift SVN r28699
This commit is contained in:
Chris Lattner
2015-05-18 05:59:43 +00:00
parent e49c66d8b0
commit 5b49a63f46
4 changed files with 71 additions and 2 deletions

View File

@@ -415,6 +415,7 @@ private:
void lexEscapedIdentifier();
void tryLexEditorPlaceholder();
const char *findEndOfCurlyQuoteStringLiteral(const char*);
};