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: unassignedclangb...@nondot.org Reporter: nicolaswe...@gmx.de CC: dgre...@apple.com, llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs