Welcome to the Trusted-CPP project!
This repository contains the source code for Trusted-CPP, a toolkit for writing safety C++ code while maintaining backward compatibility with existing C++ source code.
The Trusted-CPP project consists of several components. The main component is the header file "trusted-cpp.h." It contains all the template classes and basic settings required for the safety code analyzer. The second component is a static C++ code analyzer implemented as a plugin for the clang compiler.
For information on using Trusted-CPP, see the "Getting Started with Trusted-CPP" page.