Move normalization of `\` in #includes from -fms-compatibility to -fms-extensions
authorReid Kleckner <rnk@google.com>
Thu, 26 Sep 2019 17:19:22 +0000 (17:19 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 26 Sep 2019 17:19:22 +0000 (17:19 +0000)
commitadc183018715ee979c2e2532b9669f480b6bf37c
tree414b2fa0f59329702572a85d7fd1ce33f3828e7a
parente8f0613185fae961170cff5fc294385fb176df2a
Move normalization of `\` in #includes from -fms-compatibility to -fms-extensions

Handling backslashes in include paths in the implementation isn't
non-conforming.

llvm-svn: 372999
clang/lib/Lex/PPDirectives.cpp
clang/test/Lexer/cross-windows-on-linux-default.cpp
clang/test/Lexer/cross-windows-on-linux.cpp