Forum Topic - How to use Clang-Tidy with QNX code?:
   
How to use Clang-Tidy with QNX code?  
I have a QNX specific code and I want to use clang-tidy for static analysis. Is this possible?

I am asking this because clang-tidy is used through the clang compiler, while QCC is based on GCC not clang.
Re: How to use Clang-Tidy with QNX code?  
I am trying this without success. I end up with not finding the standard c++ headers.
Have you succeeded?