<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - char16_t & char32_t for LLVM-vs2014(_xp)"
   href="https://llvm.org/bugs/show_bug.cgi?id=22939">22939</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>char16_t & char32_t for LLVM-vs2014(_xp)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>marci_r@web.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Visual C++ 14 Preview introduced char16_t and char32_t and removed the integer
typedefs with the same name. Since then, compiling with the LLVM-vs2014 and
LLVM-vs2014_xp toolsets results in a lot of errors:

C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\xtr1common(226,22): error : use of undeclared identifier
'char16_t'
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\xtr1common(232,22): error : use of undeclared identifier
'char32_t'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstddef(405,14):
error : use of undeclared identifier 'char16_t'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstddef(411,14):
error : use of undeclared identifier 'char32_t'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\limits(589,33):
error : use of undeclared identifier 'char16_t'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\limits(879,33):
error : use of undeclared identifier 'char32_t'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\iosfwd(267,21):
error : use of undeclared identifier 'char16_t'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\iosfwd(276,21):
error : use of undeclared identifier 'char32_t'
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\xstring(2597,22): error : use of undeclared identifier
'char16_t'
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\xstring(2599,22): error : use of undeclared identifier
'char32_t'
 C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\xlocale(1004,30): error : use of undeclared identifier
'char16_t'
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\include\xlocale(1328,30): error : use of undeclared identifier
'char32_t'

Can those types be enabled when simulating Visual C++ 14?

I'm using Visual C++ 14 CTP6 and clang-cl r232372.</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>