A Cross-Platform IDE for C and C++
NewsThe SARIF Viewer Is Now Available in CLion 2026.1.2
Starting with v2026.1.2, CLion includes the SARIFThe Static Analysis Results Interchange Format. Viewer, available out of the box. This is especially useful for embedded and automotive teams, for whom external static analysis is often part of the compliance toolchain. If you use tools that produce SARIF reports – such as Parasoft C/C++test, Clang Static Analyzer, or in-house checkers – you can now review their findings directly in the IDE, navigate to the relevant source code, and keep the triage process within your development workflow.
What is SARIF?SARIF provides a common format for analyzing issues, rules, severities, code locations, and execution flows. That matters when a project relies on multiple tools at once, such as C/C++ analysis, compiler checks, and internal quality gates.
Why the SARIF Viewer matters for automotive teams










