Caphyon / clang-power-tools

Bringing clang-tidy magic to Visual Studio C++ developers.
http://www.clangpowertools.com
Apache License 2.0
472 stars 57 forks source link

c++ and cuda c++ program,using clang-power-tool-src\ClangPowerTools\ClangPowerToolsShared\Tooling\v1\clang-build.ps1 generate compile_commands.json, not find cu file‘s compile commands #1332

Closed HEUBITLYJ closed 7 months ago

HEUBITLYJ commented 8 months ago

c++ and cuda c++ program,using clang-power-tool-src\ClangPowerTools\ClangPowerToolsShared\Tooling\v1\clang-build.ps1 generate compile_commands.json, not find cu file‘s compile commands

mariru27 commented 7 months ago

Hi @HEUBITLYJ,

Unfortunately, as of now, Clang Power Tools doesn't support CUDA You might want to explore alternative tools or approaches for compiling CUDA files

Kind regards, Marina