]> granicus.if.org Git - clang/commit
MS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when appropriate
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 18 Mar 2015 07:53:18 +0000 (07:53 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 18 Mar 2015 07:53:18 +0000 (07:53 +0000)
commit1a5d76d8e8ba5ebc0e39cd81b674001b9ab8e44b
treef4fa01711746b5fc59fff85af4540c3c0cbef222
parent7e6393594b9b1b5c6daaaa10496aacb1d2f39516
MS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when appropriate

If we are in MSVC 2015 compatibility mode and C++11 language conformance
is enabled, define _HAS_CHAR16_T_LANGUAGE_SUPPORT to 1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/SemaCXX/MicrosoftCompatibility.cpp