CLion
 
Get CLion
Join the CLion 2025.1 Early Access Program and try out new features before they are released! Find out more

Inspection severities

Last modified: 21 October 2024

Inspection severity levels indicate how seriously the detected code problems affect your project. In CLion, there is a set of predefined severity levels:

For every severity, you can configure its own highlighting style in the editor.

Severity levels are designed to indicate problems, they don't have any impact on the code execution: if you change the severity for spelling mistakes from Typo to Error, this won't affect the execution of your application.