docs(idf-clang-tidy): Mention the need for a clang based toolchain

Closes https://github.com/espressif/clang-tidy-runner/issues/32
This commit is contained in:
radim.karnis
2023-10-10 14:53:16 +02:00
parent 7c21207bd3
commit 0349f471af
2 changed files with 4 additions and 0 deletions
@@ -10,6 +10,8 @@ The IDF Clang Tidy is a tool that uses `clang-tidy <https://clang.llvm.org/extra
This functionality and the toolchain it relies on are still under development. There may be breaking changes before a final release.
Only clang based toolchain is currently supported. It has to be activated by setting ``IDF_TOOLCHAIN=clang`` in the environment or in CMake cache before configuring the project.
.. only:: CONFIG_IDF_TARGET_ARCH_RISCV
.. warning::