<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 --- - Regression(266415:266420): clang-cl can't parse vs2015 com headers any more"
href="https://llvm.org/bugs/show_bug.cgi?id=27367">27367</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Regression(266415:266420): clang-cl can't parse vs2015 com headers any more
</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>All
</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++
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nicolasweber@gmx.de
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>FAILED: ninja -t msvc -e environment.x64 --
"..\..\third_party/llvm-build/Release+Asserts/bin/clang-cl" -m64 /nologo
/showIncludes /FC
@obj\chrome\installer\util\installer_util_nacl_win64.install_util.obj.rsp /c
..\..\chrome\installer\util\install_util.cc
/Foobj\chrome\installer\util\installer_util_nacl_win64.install_util.obj
/Fdobj\chrome\installer_util_nacl_win64.cc.pdb
In file included from ..\..\chrome\installer\util\install_util.cc:11:
In file included from
C:\b\depot_tools\win_toolchain\vs_files\95ddda401ec5678f15eeed01d2bee08fcbc5ee97\win_sdk\bin\..\..\win_sdk\Include\10.0.10586.0\um\shlobj.h:114:
C:\b\depot_tools\win_toolchain\vs_files\95ddda401ec5678f15eeed01d2bee08fcbc5ee97\win_sdk\bin\..\..\win_sdk\Include\10.0.10586.0\um\shobjidl.h(20546,10):
error: no matching function for call to 'CoTaskMemFree'
CoTaskMemFree(ppidls[i]);
^~~~~~~~~~~~~
C:\b\depot_tools\win_toolchain\vs_files\95ddda401ec5678f15eeed01d2bee08fcbc5ee97\win_sdk\bin\..\..\win_sdk\Include\10.0.10586.0\um\combaseapi.h(1521,1):
note: candidate function not viable: no known conversion from 'LPITEMIDLIST'
(aka '__unaligned _ITEMIDLIST *') to 'LPVOID' (aka 'void *') for 1st argument;
take the address of the argument with &
CoTaskMemFree(
^</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>