
SYRMIA announced on Wednesday that this C/C++ code checker is now available for helping ensure code is safe. What this LLVM/Clang-based checker (parser) does is check for the C/C++ code against the AUTOSAR standard. Autocheck will automatically check the given code against the AUTOSAR (AUTomotive Open System ARchitecture) C++14 standards for compliance in being able to run within an automotive environment and other safety critical systems.
More background information on Autocheck was shared back during the 2020 LLVM Developers' Meeting:
In announcing the Autocheck availability to LLVM developers, it was mentioned they plan to continue adding more rules and other features to this source code analysis tool.
Those wanting to check out the open-source Autocheck can find this project on GitHub .