what about implementing clang-tidy usage into Cppcheck? At the moment you can only use clang-tidy by using the GUI. I think it would be usefull to support this also from the core tool if you use the --projects option.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok. I added hopefully the same behavior as in the gui. So if you use a .cppcheck project file with 'clang-tidy' tool setting, CppCheck tries to call clang-tidy which must be in the path.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
what about implementing clang-tidy usage into Cppcheck? At the moment you can only use clang-tidy by using the GUI. I think it would be usefull to support this also from the core tool if you use the --projects option.
yes I agree
Ok. I added hopefully the same behavior as in the gui. So if you use a .cppcheck project file with 'clang-tidy' tool setting, CppCheck tries to call clang-tidy which must be in the path.