espressif / clang-tidy-runner

MIT License
9 stars 5 forks source link

tell IDF build system to use Clang toolchain #21

Open igrr opened 2 years ago

igrr commented 2 years ago

Draft implementation of #8.

The issues with this are:

I think the cleaner solution would be to ignore the args.build_dir and always run a CMake configuration stage from scratch in a temporary directory. There is a downside that this will be slower, though.

samiralavi commented 2 months ago

I think you PR addresses my issue as well: https://github.com/espressif/clang-tidy-runner/issues/45