Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert test/CXX/lex/lex.literal/lex.string/p4.cpp back to DOS line | Dimitry Andric | 2016-01-04 | 1 | -17/+17 |
| | | | | | | | endings, since the file is supposed to have them, according to its comments. Also set its svn:eol-style property. Noticed by Nico Weber. llvm-svn: 256742 | ||||
* | Fix several accidental DOS line endings in source files | Dimitry Andric | 2016-01-03 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, cfe-commits Differential Revision: http://reviews.llvm.org/D15849 llvm-svn: 256704 | ||||
* | [Lex] A source-file new-line in a raw string literal results in a new-line | David Majnemer | 2015-09-23 | 1 | -0/+17 |
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 |