]> granicus.if.org Git - clang/commit
Fixing a FIXME related to Unicode support on Windows. Converted the Win32 APIs to...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 23 Jun 2016 14:33:53 +0000 (14:33 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 23 Jun 2016 14:33:53 +0000 (14:33 +0000)
commitd50bbd28750fdacc54a56b807bb0c513e19c02a6
treefa5b9445452b468f4be042852315a559fe512ca9
parentb26c917a04e5f34f92a1a16378ab41de273a4348
Fixing a FIXME related to Unicode support on Windows. Converted the Win32 APIs to explicitly use the W version when it involves strings that can hold non-ASCII characters (like file paths). Now explicitly using the A version for strings that will always be ASCII (like registry key paths).

No extra tests required as this is currently covered by existing testing, and this is basically impossible to write Unicode-specific tests for.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/MSVCToolChain.cpp