Skip to content

afteri-ru/trusted-cpp

 
 

Repository files navigation

The Trusted-CPP Infrastructure

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.

Getting the Source Code and Using Trusted-CPP

For information on using Trusted-CPP, see the "Getting Started with Trusted-CPP" page.

About

Trusted C++ - (trusted-cpp) single-header libraries and a Clang compiler plugin for safe software development based on language guarantees for safe memory management and data type checking without breaking backward compatibility with legacy C++ code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • C++ 98.2%
  • CMake 1.2%
  • Other 0.6%