Codecheck
Learn about the powerful Codecheck tool within Understand.
Understand 6.3 includes the Violation Browser to see your CodeCheck results. From here you can see all of the violations in your project or customize what y...
Wed, 18 Jan, 2023 at 4:15 PM
Last year we added the ability to create Dependency Checks - rules about what parts of your code can depend on other parts. Now those checks can be automati...
Wed, 18 Jan, 2023 at 1:46 PM
Understand 6.3 adds the ability to run checks against your code automatically as you write it, and it shows the results inline next to your code for quick r...
Wed, 8 Mar, 2023 at 9:16 AM
SARIF, the Static Analysis Results Interchange Format is an open format for sharing static analysis results between different tools. For example, let's ...
Wed, 18 Jan, 2023 at 10:29 AM
The Motor Industry Software Reliability Association (MISRA) standard was originally developed to help the automotive industry create guidelines for safer mo...
Tue, 27 Sep, 2022 at 3:44 PM
Understand provides a way to check your code using published coding standards, or your own custom standards. These checks can be used to verify naming guide...
Wed, 5 Jan, 2022 at 11:45 AM
We use Understand every day on our own code as part of our Continuous Integration(CI) process. Each time an engineer does a git commit we test that their ch...
Wed, 17 Aug, 2022 at 11:09 AM
Below is a description for merging duplicate checks that are in different directories. Note: This currently only works with the Python API, so the chec...
Tue, 5 Oct, 2021 at 12:38 AM
CodeCheck can be set up to run from the command line using Und if that is your preferred work environment, or if you are looking to automate the task. For m...
Tue, 16 Aug, 2022 at 2:40 PM
Understand has many checks straight from the following published standards: AUTOSAR C++2014 MISRA-C 2004 MISRA-C++ 2008 MISRA-C 2012 Effective C++ (3r...
Fri, 30 Sep, 2022 at 6:49 PM