<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 --- - msvc14 Compilation failed"
   href="https://llvm.org/bugs/show_bug.cgi?id=23513">23513</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>msvc14 Compilation failed
          </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>C++14
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>wmamrak@gmail.com
          </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>Using Visual Studio Community 2015 (msvc14), there are multiple following
errors during llvm/clang compilation:

Error    C2956    sized deallocation function 'operator delete(void*, size_t)'
would be chosen as placement deallocation function. (compiling source file
llvm_clang\lib\AsmParser\LLParser.cpp)    LLVMAsmParser   
llvm_clang\include\llvm\IR\Function.h    125

and

Error    C2664    'void
llvm::BitstreamWriter::EmitRecordWithBlob<uint64_t>(unsigned
int,llvm::SmallVectorImpl<uint64_t> &,llvm::StringRef)': cannot convert
argument 3 from 'unsigned __int64 *' to 'llvm::StringRef'    clangSerialization
   llvm_clang\tools\clang\lib\Serialization\ASTWriter.cpp    1533

When I install previous msvc version I will post here the results.</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>