Hello,I am trying to setup clang (and later clang-tidy) in a project. To test clang integration with STM32F4 board I did several steps :1. I created a default NUCLEO413 project,2. I compiled it using the default generated Makefile3. I created a CMake...