llvm-project/clang/test/CXX/lex
David Majnemer 54bbae5c0f [Lex] A source-file new-line in a raw string literal results in a new-line
Our string literal parser copied any source-file new-line characters
into the execution string-literal.  This is incorrect if the source-file
new-line character was a \r\n sequence because new-line characters are
merely \n.

llvm-svn: 248392
2015-09-23 16:04:47 +00:00
..
lex.charset
lex.literal [Lex] A source-file new-line in a raw string literal results in a new-line 2015-09-23 16:04:47 +00:00
lex.pptoken
lex.trigraph Add driver flags -ftrigraphs, -fno-trigraphs. 2014-12-23 22:32:37 +00:00