IAR: Add support for C-STAT static analysis

The IAR platform offers an integrated static analysis tool named
IAR C-STAT.

Closes: #26844
This commit is contained in:
Felipe Torrezan
2025-04-08 17:29:06 +02:00
committed by Brad King
parent a970c5cfdb
commit c7d2a17253
23 changed files with 194 additions and 13 deletions
@@ -0,0 +1,8 @@
iar-add-icstat-support
----------------------
* The :variable:`CMAKE_<LANG>_ICSTAT` variable and corresponding
:prop_tgt:`<LANG>_ICSTAT` target property were added to tell
the :ref:`Makefile Generators` and the :ref:`Ninja Generators`
to run the IAR ``icstat`` tool along with the compiler for
``C`` and ``CXX`` languages.