<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Support VS 2015 CTP6"
href="https://llvm.org/bugs/show_bug.cgi?id=23275">bug 23275</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>david.majnemer@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WORKSFORME
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Support VS 2015 CTP6"
href="https://llvm.org/bugs/show_bug.cgi?id=23275#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Support VS 2015 CTP6"
href="https://llvm.org/bugs/show_bug.cgi?id=23275">bug 23275</a>
from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
<pre>The first issue can be solved by running in the appropriate environment. If I
run "Developer Command Prompt for VS2015", and run clang-cl inside there, the
<corecrt.h> issue is resolved.
The second issue is the use of char16_t and char32_t, which became builtin
types in 2015. The trouble is that defining those types in pre-2015
compilations causes errors when the headers define the types. David gave up and
relies on the user to set -fms-compatibility-version to something. We default
to 2013 compatibility, so if you want 2015 compat, pass something like
-fms-compatibility-version=19.00.22609. Ultimately, you need to set this in
order to link real executables, so this isn't a new imposition.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>