summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cross-windows-on-linux-default.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move normalization of `\` in #includes from -fms-compatibility to ↵Reid Kleckner2019-09-261-1/+1
| | | | | | | | | -fms-extensions Handling backslashes in include paths in the implementation isn't non-conforming. llvm-svn: 372999
* Lexer: split test into separate filesSaleem Abdulrasool2014-03-121-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
OpenPOWER on IntegriCloud