]> granicus.if.org Git - clang/commit
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)
commitc6e4e7210cd1f80a0492f6bf1dc1f717a1cf0351
tree35e39b49bcb5f966a8da47959c473985dc6a5248
parent9560232733f6ecf96d6b9ef76dbae2490b1f33f0
Move normalization of `\` in #includes from -fms-compatibility to -fms-extensions

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372999 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPDirectives.cpp
test/Lexer/cross-windows-on-linux-default.cpp
test/Lexer/cross-windows-on-linux.cpp