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*

clang-tidy has recursive help

foxtran
New Contributor I
355 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 Reply
Alex_Y_Intel
Moderator
268 Views

I've escalated your issue to investigate further. 

0 Kudos
Reply