Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to use Clang-Tidy with QNX code?: (2 Items)
   
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?