Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move normalization of `\` in #includes from -fms-compatibility to ↵ | Reid Kleckner | 2019-09-26 | 1 | -1/+1 |
| | | | | | | | | | -fms-extensions Handling backslashes in include paths in the implementation isn't non-conforming. llvm-svn: 372999 | ||||
* | Lexer: split test into separate files | Saleem Abdulrasool | 2014-03-12 | 1 | -0/+6 |
Unfortunately, XFAIL applies to the entire file. Split the test into two different units, enabling the proper application of XFAIL on the test which is expected to fail on Windows. llvm-svn: 203633 |