CLion 2026.1.2 Breaks Ground with Built-in SARIF Viewer for Static Analysis Triage
CLion 2026.1.2 Now Ships with Native SARIF Viewer
December 12, 2025 – JetBrains has released CLion 2026.1.2, integrating a SARIFStatic Analysis Results Interchange Format Viewer directly into the IDE. This means developers can now open and triage static analysis reports without leaving their coding environment.

“For teams in embedded and automotive sectors, external static analysis is often mandatory for compliance with standards like MISRA, AUTOSAR, and ISO 26262,” said Alex Chen, JetBrains product manager. “The native SARIF Viewer eliminates context switching by bringing results into the same window where developers write and debug code.”
Background: What Is SARIF and Why It Matters
SARIF (Static Analysis Results Interchange Format) is an OASIS standard that lets different analysis tools share results in a common JSON structure. It captures issues, rule identifiers, severities, code locations, and execution flows.
Without SARIF, teams juggling multiple static analyzers — such as Parasoft C/C++test, Clang Static Analyzer, or custom in-house checkers — have to switch between different vendor UIs or rely on external dashboards. The new CLion feature aggregates these outputs into a single, familiar interface.
How to Use the SARIF Viewer
To import a report, go to Code | Import SARIF Results… and select your .sarif or .sarif.json file. Alternatively, drag the file directly into the Project tool window.
CLion validates the report and adds a SARIF Results tab to the Problems tool window. Findings are grouped by tool and rule. Double‑click any result to jump to the exact line in the editor.

- Report state is persisted per project – reopen and keep triage progress.
- Use the toolbar to clear, re‑import, filter, or group results.
- If you don’t need the feature, disable the SARIF Viewer plugin in Settings | Plugins | Installed.
What This Means for Development Teams
The integration significantly reduces friction in compliance workflows. “Instead of generating a CI artifact and then hunting for the issue in a separate dashboard, I can see the violation right next to my code,” said Dr. Elena Russo, an embedded systems consultant. “It’s a huge time saver for safety‑critical projects.”
For automotive teams specifically, the ability to handle MISRA and AUTOSAR reports inside CLion streamlines the path to certification. The IDE becomes a single hub for coding, debugging, static analysis review, and remediation — all without leaving the development environment.
Availability
The SARIF Viewer is included out of the box in CLion 2026.1.2. Users can test it with any SARIF 2.1.0‑compatible output. JetBrains invites feedback on workflow improvements via the issue tracker.
Related Articles
- Declining US Fertility: Economic Pressures, Not Just Personal Choices
- Your AI Writing Assistant May Be Secretly Stealing Your Data, Researchers Warn
- Choose Your AI: Apple May Let You Pick a Favorite Model in Future iOS Update
- Simulating High-Voltage Phenomena: From Corona Testing to Submarine Cable Fields
- Swift Development Now Spans More IDEs Than Ever
- How to Access and Watch All FOSDEM 2026 Videos: A Complete Guide
- Open-Source Email Client Aerion Launches with Security Certification, Promises Lightweight Alternative
- Manufacturing Enters Simulation-First Era as OpenUSD Bridges Digital and Physical Worlds