Remote Development - Clang-Tidy Inspections
Hello,
First of all, the remote development support is amazing and it works like a charm. However, I've now stumbled upon an interesting question to myself:
I'm aware that the Remote Host setup in the Toolchains in CLion does all the major things for me such compiling, debugging and syncing the source code between local and remote machine. But now to the main question.
Is it also possible to make clang-tidy do the runtime code inspections on the remote machine for me rather than letting CLion do the job on my local machine which eats up a lot of CPU cycles?
This is not a problem for small projects but as I'm working on a larger code base, this is quite necessary for me, especially when I'm not using my workstation.
Thank you and have a great day/night :).
Please sign in to leave a comment.
Hello!
Currently it's impossible. I think this request https://youtrack.jetbrains.com/issue/CPP-15986 is similar. Feel free to comment or upvote.