]> granicus.if.org Git - clang/commit
lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns out
authorDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 05:29:22 +0000 (05:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 05:29:22 +0000 (05:29 +0000)
commite9201f5ced4ba3b19d4e548deb8e8d3b461f77ab
tree1f05f30b7cc12a6ccfaf1e11593100dd28524a6c
parentd7640905de2f8c81c818785e8e869ed7b75ae849
lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns out
to not be a very good idea.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77957 91177308-0d34-0410-b5e6-96231b3b80d8
utils/test/ShUtil.py
utils/test/TestRunner.py