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.
I am trying this without success. I end up with not finding the standard c++ headers. Have you succeeded?