[llvm-bugs] [Bug 27367] New: Regression(266415:266420): clang-cl can't parse vs2015 com headers any more

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 15 06:34:17 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27367

            Bug ID: 27367
           Summary: Regression(266415:266420): clang-cl can't parse vs2015
                    com headers any more
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

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(
^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160415/56b7eea1/attachment-0001.html>


More information about the llvm-bugs mailing list