Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

clang-tidy has recursive help

foxtran
New Contributor II
839 Views

Hello!

I have tried to use clang-tidy from Intel Compiler Collection. I got executable via:

icx --print-prog-name=clang-tidy

And it gave me a path to program.

Then, I have tried to get help, and it says that for help is unavailable and I should try to pass --help again:
 

$(icx --print-prog-name=clang-tidy) --help
error: clang-tidy: Unknown command line argument '--help'.  Try: '..../intel/2024.1/compiler/2024.1/bin/compiler/clang-tidy --help'
0 Kudos
1 Solution
foxtran
New Contributor II
392 Views

This bug is fixed with 2025.1 release

View solution in original post

0 Kudos
2 Replies
Alex_Y_Intel
Moderator
752 Views

I've escalated your issue to investigate further. 

0 Kudos
foxtran
New Contributor II
393 Views

This bug is fixed with 2025.1 release

0 Kudos
Reply